Class: FedexWebServices::Soap::Rate::CustomerImageUsage

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



595
596
597
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 595

def id
  @id
end

#typeObject

Returns the value of attribute type.



594
595
596
# File 'lib/fedex_web_services/soap/RateServiceDefinitions.rb', line 594

def type
  @type
end