Class: FedexWebServices::Soap::Close::ManifestDetail

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#formatObject

Returns the value of attribute format.



426
427
428
# File 'lib/fedex_web_services/soap/CloseServiceDefinitions.rb', line 426

def format
  @format
end