class Agris::Api::Inventory::SpecificDeliveryTicketExtract

Attributes

ticket_location[RW]
ticket_number[RW]

Public Class Methods

new(ticket_location, ticket_number) click to toggle source
# File lib/agris/api/inventory/specific_delivery_ticket_extract.rb, line 10
def initialize(ticket_location, ticket_number)
  @ticket_location = ticket_location
  @ticket_number = ticket_number
end