Class: FedexWebServices::Soap::Close::Op950Detail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::Op950Detail
- 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
-
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
-
#format ⇒ Object
Returns the value of attribute format.
-
#signatureName ⇒ Object
Returns the value of attribute signatureName.
Instance Method Summary collapse
-
#initialize(format = nil, customerImageUsages = [], signatureName = nil) ⇒ Op950Detail
constructor
A new instance of Op950Detail.
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
#customerImageUsages ⇒ Object
Returns the value of attribute customerImageUsages.
490 491 492 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 490 def customerImageUsages @customerImageUsages end |
#format ⇒ Object
Returns the value of attribute format.
489 490 491 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 489 def format @format end |
#signatureName ⇒ Object
Returns the value of attribute signatureName.
491 492 493 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 491 def signatureName @signatureName end |