Class: MyJohnDeereApi::Model::ContributionDefinition
- Defined in:
- lib/my_john_deere_api/model/contribution_definition.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Attributes inherited from Base
#client, #id, #links, #record_type
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from MyJohnDeereApi::Model::Base
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
3 4 5 |
# File 'lib/my_john_deere_api/model/contribution_definition.rb', line 3 def name @name end |