Class: EBay::InventoryFeesType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsInventoryFeesType

itemID - (any)
fee - EBay::FeeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemID = nil, fee = []) ⇒ InventoryFeesType

Returns a new instance of InventoryFeesType.



25081
25082
25083
25084
25085
# File 'lib/eBay.rb', line 25081

def initialize(itemID = nil, fee = [])
  @itemID = itemID
  @fee = fee
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25075
25076
25077
# File 'lib/eBay.rb', line 25075

def __xmlele_any
  @__xmlele_any
end

#feeObject

Returns the value of attribute fee.



25074
25075
25076
# File 'lib/eBay.rb', line 25074

def fee
  @fee
end

#itemIDObject

Returns the value of attribute itemID.



25073
25074
25075
# File 'lib/eBay.rb', line 25073

def itemID
  @itemID
end

Instance Method Details

#set_any(elements) ⇒ Object



25077
25078
25079
# File 'lib/eBay.rb', line 25077

def set_any(elements)
  @__xmlele_any = elements
end