Class: FedexWebServices::Soap::Ship::CustomerImageUsage
- Inherits:
-
Object
- Object
- FedexWebServices::Soap::Ship::CustomerImageUsage
- Defined in:
- lib/fedex_web_services/soap/ShipServiceDefinitions.rb
Overview
http://fedex.com/ws/ship/v12CustomerImageUsage
type - FedexWebServices::Soap::Ship::CustomerImageUsageType
id - FedexWebServices::Soap::Ship::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.
916 917 918 919 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 916 def initialize(type = nil, id = nil) @type = type @id = id end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
914 915 916 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 914 def id @id end |
#type ⇒ Object
Returns the value of attribute type.
913 914 915 |
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 913 def type @type end |