Class: FedexWebServices::Soap::Close::TransactionDetail

Inherits:
Object
  • Object
show all
Defined in:
lib/fedex_web_services/soap/CloseServiceDefinitions.rb

Overview

http://fedex.com/ws/close/v4TransactionDetail

customerTransactionId - SOAP::SOAPString
localization - FedexWebServices::Soap::Close::Localization

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customerTransactionId = nil, localization = nil) ⇒ TransactionDetail

Returns a new instance of TransactionDetail.



681
682
683
684
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 681

def initialize(customerTransactionId = nil, localization = nil)
  @customerTransactionId = customerTransactionId
  @localization = localization
end

Instance Attribute Details

#customerTransactionIdObject

Returns the value of attribute customerTransactionId.



678
679
680
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 678

def customerTransactionId
  @customerTransactionId
end

#localizationObject

Returns the value of attribute localization.



679
680
681
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 679

def localization
  @localization
end