class Agris::Api::Grain::SpecificContractExtract

Attributes

contract_location[RW]
contract_number[RW]

Public Class Methods

new(contract_location, contract_number) click to toggle source
# File lib/agris/api/grain/specific_contract_extract.rb, line 10
def initialize(contract_location, contract_number)
  @contract_location = contract_location
  @contract_number = contract_number
end