Class: Platform
- Inherits:
-
Object
- Object
- Platform
- Defined in:
- lib/model/platform.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
readonly
Returns the value of attribute direction.
-
#stop ⇒ Object
readonly
Returns the value of attribute stop.
Instance Method Summary collapse
-
#initialize(platform) ⇒ Platform
constructor
A new instance of Platform.
Constructor Details
Instance Attribute Details
#direction ⇒ Object (readonly)
Returns the value of attribute direction.
6 7 8 |
# File 'lib/model/platform.rb', line 6 def direction @direction end |
#stop ⇒ Object (readonly)
Returns the value of attribute stop.
6 7 8 |
# File 'lib/model/platform.rb', line 6 def stop @stop end |