Class: EBay::ASQPreferencesType
- Inherits:
-
Object
- Object
- EBay::ASQPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsASQPreferencesType
resetDefaultSubjects - SOAP::SOAPBoolean
subject - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#resetDefaultSubjects ⇒ Object
Returns the value of attribute resetDefaultSubjects.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Method Summary collapse
-
#initialize(resetDefaultSubjects = nil, subject = []) ⇒ ASQPreferencesType
constructor
A new instance of ASQPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(resetDefaultSubjects = nil, subject = []) ⇒ ASQPreferencesType
Returns a new instance of ASQPreferencesType.
20037 20038 20039 20040 20041 |
# File 'lib/eBay.rb', line 20037 def initialize(resetDefaultSubjects = nil, subject = []) @resetDefaultSubjects = resetDefaultSubjects @subject = subject @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20031 20032 20033 |
# File 'lib/eBay.rb', line 20031 def __xmlele_any @__xmlele_any end |
#resetDefaultSubjects ⇒ Object
Returns the value of attribute resetDefaultSubjects.
20029 20030 20031 |
# File 'lib/eBay.rb', line 20029 def resetDefaultSubjects @resetDefaultSubjects end |
#subject ⇒ Object
Returns the value of attribute subject.
20030 20031 20032 |
# File 'lib/eBay.rb', line 20030 def subject @subject end |
Instance Method Details
#set_any(elements) ⇒ Object
20033 20034 20035 |
# File 'lib/eBay.rb', line 20033 def set_any(elements) @__xmlele_any = elements end |