Class: OptionType
- Inherits:
-
Object
- Object
- OptionType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsOptionType
Constant Summary collapse
- @@schema_type =
"OptionType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_attribute =
{ XSD::QName.new(nil, "name") => "SOAP::SOAPString", XSD::QName.new(nil, "value") => "SOAP::SOAPString" }
- @@schema_element =
[]
Instance Method Summary collapse
-
#initialize ⇒ OptionType
constructor
A new instance of OptionType.
- #xmlattr_name ⇒ Object
- #xmlattr_name=(value) ⇒ Object
- #xmlattr_value ⇒ Object
- #xmlattr_value=(value) ⇒ Object
Constructor Details
#initialize ⇒ OptionType
Returns a new instance of OptionType.
3690 3691 3692 |
# File 'lib/v_paypal/default.rb', line 3690 def initialize @__xmlattr = {} end |
Instance Method Details
#xmlattr_name ⇒ Object
3674 3675 3676 |
# File 'lib/v_paypal/default.rb', line 3674 def xmlattr_name (@__xmlattr ||= {})[XSD::QName.new(nil, "name")] end |
#xmlattr_name=(value) ⇒ Object
3678 3679 3680 |
# File 'lib/v_paypal/default.rb', line 3678 def xmlattr_name=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "name")] = value end |
#xmlattr_value ⇒ Object
3682 3683 3684 |
# File 'lib/v_paypal/default.rb', line 3682 def xmlattr_value (@__xmlattr ||= {})[XSD::QName.new(nil, "value")] end |
#xmlattr_value=(value) ⇒ Object
3686 3687 3688 |
# File 'lib/v_paypal/default.rb', line 3686 def xmlattr_value=(value) (@__xmlattr ||= {})[XSD::QName.new(nil, "value")] = value end |