Class: EBay::BrandMPNType
- Inherits:
-
Object
- Object
- EBay::BrandMPNType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBrandMPNType
brand - SOAP::SOAPString
mPN - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#brand ⇒ Object
Returns the value of attribute brand.
-
#mPN ⇒ Object
Returns the value of attribute mPN.
Instance Method Summary collapse
-
#initialize(brand = nil, mPN = nil) ⇒ BrandMPNType
constructor
A new instance of BrandMPNType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(brand = nil, mPN = nil) ⇒ BrandMPNType
Returns a new instance of BrandMPNType.
21319 21320 21321 21322 21323 |
# File 'lib/eBay.rb', line 21319 def initialize(brand = nil, mPN = nil) @brand = brand @mPN = mPN @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21313 21314 21315 |
# File 'lib/eBay.rb', line 21313 def __xmlele_any @__xmlele_any end |
#brand ⇒ Object
Returns the value of attribute brand.
21311 21312 21313 |
# File 'lib/eBay.rb', line 21311 def brand @brand end |
#mPN ⇒ Object
Returns the value of attribute mPN.
21312 21313 21314 |
# File 'lib/eBay.rb', line 21312 def mPN @mPN end |
Instance Method Details
#set_any(elements) ⇒ Object
21315 21316 21317 |
# File 'lib/eBay.rb', line 21315 def set_any(elements) @__xmlele_any = elements end |