Class: Andromeda::Impl::ConnectorBase

Inherits:
Object
  • Object
show all
Defined in:
lib/andromeda/impl/to_s.rb,
lib/andromeda/impl_base.rb

Overview

Shared base class of Spot and Impl::PrePlan

Direct Known Subclasses

ProtoPlan, Spot

Instance Method Summary collapse

Instance Method Details

#post(data, tags_in = {}) ⇒ self Also known as: <<

post_to nil, data, tags_in

Returns:

  • (self)


37
# File 'lib/andromeda/impl/to_s.rb', line 37

def post(data, tags_in = {}) ; post_to nil, data, tags_in end

#post_local(data, tags_in = {}) ⇒ self

post_to LocalTrack.instance, data, tags_in

Returns:

  • (self)


44
# File 'lib/andromeda/impl/to_s.rb', line 44

def post_local(data, tags_in = {}) ; post_to Guides::LocalTrack.instance, data, tags_in end

#startSpot

Returns entry.intern nil.

Returns:

  • (Spot)

    entry.intern nil



32
# File 'lib/andromeda/impl/to_s.rb', line 32

def start ; entry.intern(nil) end