Class: Horseman::Element
- Inherits:
-
Object
- Object
- Horseman::Element
- Defined in:
- lib/horseman/response.rb
Instance Attribute Summary (collapse)
-
- (Object) id
Returns the value of attribute id.
-
- (Object) name
Returns the value of attribute name.
Instance Attribute Details
- (Object) id
Returns the value of attribute id
3 4 5 |
# File 'lib/horseman/response.rb', line 3 def id @id end |
- (Object) name
Returns the value of attribute name
3 4 5 |
# File 'lib/horseman/response.rb', line 3 def name @name end |