Class: FedexWebServices::Soap::Close::ManifestDetail
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Close::ManifestDetail
- Defined in:
- lib/fedex_web_services/soap/CloseServiceDefinitions.rb
Overview
http://fedex.com/ws/close/v4ManifestDetail
format - FedexWebServices::Soap::Close::CloseDocumentFormat
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
Instance Method Summary collapse
-
#initialize(format = nil) ⇒ ManifestDetail
constructor
A new instance of ManifestDetail.
Constructor Details
#initialize(format = nil) ⇒ ManifestDetail
Returns a new instance of ManifestDetail.
428 429 430 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 428 def initialize(format = nil) @format = format end |
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format.
426 427 428 |
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 426 def format @format end |