class MyJohnDeereApi::Request::Individual::ContributionProduct

Public Instance Methods

model() click to toggle source

This is the class used to model the data

# File lib/my_john_deere_api/request/individual/contribution_product.rb, line 15
def model
  MyJohnDeereApi::Model::ContributionProduct
end
resource() click to toggle source

The resource path for the first page in the collection

# File lib/my_john_deere_api/request/individual/contribution_product.rb, line 8
def resource
  "/platform/contributionProducts/#{id}"
end