Class: IngramMicro::InboundPurchaseOrderInformation

Inherits:
InboundBaseElement show all
Defined in:
lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb

Instance Attribute Summary

Attributes inherited from InboundBaseElement

#hash

Instance Method Summary collapse

Methods inherited from InboundBaseElement

#==, #initialize, #transaction_name

Constructor Details

This class inherits a constructor from IngramMicro::InboundBaseElement

Instance Method Details

#account_descriptionObject



7
8
9
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 7

def 
  hash['account_description']
end

#commentsObject



19
20
21
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 19

def comments
  hash['comments']
end

#currency_codeObject



15
16
17
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 15

def currency_code
  hash['currency_code']
end

#purchase_order_amountObject



11
12
13
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 11

def purchase_order_amount
  hash['purchase_order_amount']
end

#purchase_order_numberObject



3
4
5
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 3

def purchase_order_number
  hash['purchase_order_number']
end