Class: EBay::TopRatedSellerDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsTopRatedSellerDetailsType

topRatedProgram - EBay::TopRatedProgramCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topRatedProgram = []) ⇒ TopRatedSellerDetailsType

Returns a new instance of TopRatedSellerDetailsType.



34487
34488
34489
34490
# File 'lib/eBay.rb', line 34487

def initialize(topRatedProgram = [])
  @topRatedProgram = topRatedProgram
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34481
34482
34483
# File 'lib/eBay.rb', line 34481

def __xmlele_any
  @__xmlele_any
end

#topRatedProgramObject

Returns the value of attribute topRatedProgram.



34480
34481
34482
# File 'lib/eBay.rb', line 34480

def topRatedProgram
  @topRatedProgram
end

Instance Method Details

#set_any(elements) ⇒ Object



34483
34484
34485
# File 'lib/eBay.rb', line 34483

def set_any(elements)
  @__xmlele_any = elements
end