Class: ValType

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

Overview

urn:ebay:apis:eBLBaseComponentsValType

Constant Summary collapse

@@schema_type =
"ValType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_attribute =
{
  XSD::QName.new(nil, "ValueID") => "SOAP::SOAPString"
}
@@schema_element =
[
  ["valueLiteral", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ValueLiteral")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(valueLiteral = nil) ⇒ ValType



2077
2078
2079
2080
# File 'lib/v_paypal/default.rb', line 2077

def initialize(valueLiteral = nil)
  @valueLiteral = valueLiteral
  @__xmlattr = {}
end

Instance Attribute Details

#valueLiteralObject

Returns the value of attribute valueLiteral.



2067
2068
2069
# File 'lib/v_paypal/default.rb', line 2067

def valueLiteral
  @valueLiteral
end

Instance Method Details

#xmlattr_ValueIDObject



2069
2070
2071
# File 'lib/v_paypal/default.rb', line 2069

def xmlattr_ValueID
  (@__xmlattr ||= {})[XSD::QName.new(nil, "ValueID")]
end

#xmlattr_ValueID=(value) ⇒ Object



2073
2074
2075
# File 'lib/v_paypal/default.rb', line 2073

def xmlattr_ValueID=(value)
  (@__xmlattr ||= {})[XSD::QName.new(nil, "ValueID")] = value
end