Class: LittleGhost::Swarm::Handoff
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Swarm::Handoff
- Defined in:
- lib/little_ghost/swarm.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
35 36 37 |
# File 'lib/little_ghost/swarm.rb', line 35 def from @from end |
#to ⇒ Object (readonly)
Returns the value of attribute to
35 36 37 |
# File 'lib/little_ghost/swarm.rb', line 35 def to @to end |