Class: FeeType

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

Overview

urn:ebay:apis:eBLBaseComponentsFeeType

name - SOAP::SOAPString
fee - AmountType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, fee = nil) ⇒ FeeType

Returns a new instance of FeeType.



19494
19495
19496
19497
19498
# File 'lib/eBay.rb', line 19494

def initialize(name = nil, fee = nil)
  @name = name
  @fee = fee
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



19488
19489
19490
# File 'lib/eBay.rb', line 19488

def __xmlele_any
  @__xmlele_any
end

#feeObject

Returns the value of attribute fee.



19487
19488
19489
# File 'lib/eBay.rb', line 19487

def fee
  @fee
end

#nameObject

Returns the value of attribute name.



19486
19487
19488
# File 'lib/eBay.rb', line 19486

def name
  @name
end

Instance Method Details

#set_any(elements) ⇒ Object



19490
19491
19492
# File 'lib/eBay.rb', line 19490

def set_any(elements)
  @__xmlele_any = elements
end