Class: LittleGhost::Swarm::Handoff

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/swarm.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



35
36
37
# File 'lib/little_ghost/swarm.rb', line 35

def from
  @from
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



35
36
37
# File 'lib/little_ghost/swarm.rb', line 35

def to
  @to
end