Class: EBay::BrandMPNType

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

Overview

urn:ebay:apis:eBLBaseComponentsBrandMPNType

brand - SOAP::SOAPString
mPN - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21313
21314
21315
# File 'lib/eBay.rb', line 21313

def __xmlele_any
  @__xmlele_any
end

#brandObject

Returns the value of attribute brand.



21311
21312
21313
# File 'lib/eBay.rb', line 21311

def brand
  @brand
end

#mPNObject

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