Class: FedexWebServices::Soap::Ship::CustomerImageUsage

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

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



914
915
916
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 914

def id
  @id
end

#typeObject

Returns the value of attribute type.



913
914
915
# File 'lib/fedex_web_services/soap/ShipServiceDefinitions.rb', line 913

def type
  @type
end