class MyJohnDeereApi::Model::ContributionDefinition

Attributes

name[R]

Private Instance Methods

expected_record_type() click to toggle source
# File lib/my_john_deere_api/model/contribution_definition.rb, line 11
def expected_record_type
  'ContributionDefinition'
end
map_attributes(record) click to toggle source
# File lib/my_john_deere_api/model/contribution_definition.rb, line 7
def map_attributes(record)
  @name = record['name']
end