Class: NeSpat::Config
- Inherits:
-
Struct
- Object
- Struct
- NeSpat::Config
- Defined in:
- lib/ne_spat/config.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#speed ⇒ Object
Returns the value of attribute speed.
Instance Attribute Details
#mode ⇒ Object
Returns the value of attribute mode
2 3 4 |
# File 'lib/ne_spat/config.rb', line 2 def mode @mode end |
#speed ⇒ Object
Returns the value of attribute speed
2 3 4 |
# File 'lib/ne_spat/config.rb', line 2 def speed @speed end |