Class: EBay::DutchBINEnabledDefinitionType

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

Overview

urn:ebay:apis:eBLBaseComponentsDutchBINEnabledDefinitionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeDutchBINEnabledDefinitionType

Returns a new instance of DutchBINEnabledDefinitionType.



23660
23661
23662
# File 'lib/eBay.rb', line 23660

def initialize
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23654
23655
23656
# File 'lib/eBay.rb', line 23654

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



23656
23657
23658
# File 'lib/eBay.rb', line 23656

def set_any(elements)
  @__xmlele_any = elements
end