Class: FedexWebServices::Soap::Close::Op950Detail

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

Overview

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

format - FedexWebServices::Soap::Close::CloseDocumentFormat
customerImageUsages - FedexWebServices::Soap::Close::CustomerImageUsage
signatureName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, customerImageUsages = [], signatureName = nil) ⇒ Op950Detail

Returns a new instance of Op950Detail.



493
494
495
496
497
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 493

def initialize(format = nil, customerImageUsages = [], signatureName = nil)
  @format = format
  @customerImageUsages = customerImageUsages
  @signatureName = signatureName
end

Instance Attribute Details

#customerImageUsagesObject

Returns the value of attribute customerImageUsages.



490
491
492
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 490

def customerImageUsages
  @customerImageUsages
end

#formatObject

Returns the value of attribute format.



489
490
491
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 489

def format
  @format
end

#signatureNameObject

Returns the value of attribute signatureName.



491
492
493
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 491

def signatureName
  @signatureName
end