Class: EBay::FeeType
- Inherits:
-
Object
- Object
- EBay::FeeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsFeeType
name - SOAP::SOAPString
fee - EBay::AmountType
promotionalDiscount - EBay::AmountType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#fee ⇒ Object
Returns the value of attribute fee.
-
#name ⇒ Object
Returns the value of attribute name.
-
#promotionalDiscount ⇒ Object
Returns the value of attribute promotionalDiscount.
Instance Method Summary collapse
-
#initialize(name = nil, fee = nil, promotionalDiscount = nil) ⇒ FeeType
constructor
A new instance of FeeType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, fee = nil, promotionalDiscount = nil) ⇒ FeeType
Returns a new instance of FeeType.
24462 24463 24464 24465 24466 24467 |
# File 'lib/eBay.rb', line 24462 def initialize(name = nil, fee = nil, promotionalDiscount = nil) @name = name @fee = fee @promotionalDiscount = promotionalDiscount @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24456 24457 24458 |
# File 'lib/eBay.rb', line 24456 def __xmlele_any @__xmlele_any end |
#fee ⇒ Object
Returns the value of attribute fee.
24454 24455 24456 |
# File 'lib/eBay.rb', line 24454 def fee @fee end |
#name ⇒ Object
Returns the value of attribute name.
24453 24454 24455 |
# File 'lib/eBay.rb', line 24453 def name @name end |
#promotionalDiscount ⇒ Object
Returns the value of attribute promotionalDiscount.
24455 24456 24457 |
# File 'lib/eBay.rb', line 24455 def promotionalDiscount @promotionalDiscount end |
Instance Method Details
#set_any(elements) ⇒ Object
24458 24459 24460 |
# File 'lib/eBay.rb', line 24458 def set_any(elements) @__xmlele_any = elements end |