Class: Location
- Inherits:
-
Struct
- Object
- Struct
- Location
- Defined in:
- lib/janeway/location.rb
Instance Attribute Summary collapse
-
#col ⇒ Object
Returns the value of attribute col.
-
#length ⇒ Object
Returns the value of attribute length.
Instance Attribute Details
#col ⇒ Object
Returns the value of attribute col
3 4 5 |
# File 'lib/janeway/location.rb', line 3 def col @col end |
#length ⇒ Object
Returns the value of attribute length
3 4 5 |
# File 'lib/janeway/location.rb', line 3 def length @length end |