Class: Aladtec::Position
- Inherits:
-
Object
- Object
- Aladtec::Position
- Defined in:
- lib/aladtec/position.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#member ⇒ Object
Returns the value of attribute member.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Position
constructor
A new instance of Position.
Constructor Details
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/aladtec/position.rb', line 5 def id @id end |
#member ⇒ Object
Returns the value of attribute member.
5 6 7 |
# File 'lib/aladtec/position.rb', line 5 def member @member end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/aladtec/position.rb', line 5 def name @name end |