Class: ModifiedFieldType
- Inherits:
-
Object
- Object
- ModifiedFieldType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsModifiedFieldType
Constant Summary collapse
- @@schema_type =
"ModifiedFieldType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["field", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Field")]], ["modifyType", ["ModifyCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ModifyType")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#field ⇒ Object
Returns the value of attribute field.
-
#modifyType ⇒ Object
Returns the value of attribute modifyType.
Instance Method Summary collapse
-
#initialize(field = nil, modifyType = nil) ⇒ ModifiedFieldType
constructor
A new instance of ModifiedFieldType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(field = nil, modifyType = nil) ⇒ ModifiedFieldType
Returns a new instance of ModifiedFieldType.
19537 19538 19539 19540 19541 |
# File 'lib/eBay.rb', line 19537 def initialize(field = nil, modifyType = nil) @field = field @modifyType = modifyType @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19531 19532 19533 |
# File 'lib/eBay.rb', line 19531 def __xmlele_any @__xmlele_any end |
#field ⇒ Object
Returns the value of attribute field.
19529 19530 19531 |
# File 'lib/eBay.rb', line 19529 def field @field end |
#modifyType ⇒ Object
Returns the value of attribute modifyType.
19530 19531 19532 |
# File 'lib/eBay.rb', line 19530 def modifyType @modifyType end |
Instance Method Details
#set_any(elements) ⇒ Object
19533 19534 19535 |
# File 'lib/eBay.rb', line 19533 def set_any(elements) @__xmlele_any = elements end |