Class: FedexWebServices::Soap::Rate::CustomerImageUsage
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Rate::CustomerImageUsage
- Defined in:
- lib/fedex_web_services/soap/RateServiceDefinitions.rb
Overview
http://fedex.com/ws/rate/v13CustomerImageUsage
type - FedexWebServices::Soap::Rate::CustomerImageUsageType
id - FedexWebServices::Soap::Rate::ImageId
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, id = nil) ⇒ CustomerImageUsage
constructor
A new instance of CustomerImageUsage.
Constructor Details
#initialize(type = nil, id = nil) ⇒ CustomerImageUsage
Returns a new instance of CustomerImageUsage.
597 598 599 600 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 597 def initialize(type = nil, id = nil) @type = type @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
595 596 597 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 595 def id @id end |
#type ⇒ Object
Returns the value of attribute type.
594 595 596 |
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 594 def type @type end |