class Andromeda::Impl::ConnectorBase

Shared base class of Spot and Impl::PrePlan

Shared base class of Spot and Impl::PrePlan

Public Instance Methods

<<(data, tags_in = {})
Alias for: post
post(data, tags_in = {}) click to toggle source

post_to nil, data, tags_in

@return [self]

# File lib/andromeda/impl/to_s.rb, line 37
def post(data, tags_in = {}) ; post_to nil, data, tags_in end
Also aliased as: <<, <<
post_local(data, tags_in = {}) click to toggle source

post_to LocalTrack.instance, data, tags_in

@return [self]

# File lib/andromeda/impl/to_s.rb, line 44
def post_local(data, tags_in = {}) ; post_to Guides::LocalTrack.instance, data, tags_in end
start() click to toggle source

@return [Spot] entry.intern nil

# File lib/andromeda/impl/to_s.rb, line 32
def start ; entry.intern(nil) end