Class: EBay::ListingRecommendationType
- Inherits:
-
Object
- Object
- EBay::ListingRecommendationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingRecommendationType
type - SOAP::SOAPString
group - SOAP::SOAPString
fieldName - SOAP::SOAPString
code - SOAP::SOAPString
value - SOAP::SOAPString
- SOAP::SOAPString
- EBay::MetadataType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#code ⇒ Object
Returns the value of attribute code.
-
#fieldName ⇒ Object
Returns the value of attribute fieldName.
-
#group ⇒ Object
Returns the value of attribute group.
-
#message ⇒ Object
Returns the value of attribute message.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#type ⇒ Object
Returns the value of attribute type.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(type = nil, group = nil, fieldName = nil, code = nil, value = [], message = nil, metadata = []) ⇒ ListingRecommendationType
constructor
A new instance of ListingRecommendationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(type = nil, group = nil, fieldName = nil, code = nil, value = [], message = nil, metadata = []) ⇒ ListingRecommendationType
Returns a new instance of ListingRecommendationType.
26258 26259 26260 26261 26262 26263 26264 26265 26266 26267 |
# File 'lib/eBay.rb', line 26258 def initialize(type = nil, group = nil, fieldName = nil, code = nil, value = [], = nil, = []) @type = type @group = group @fieldName = fieldName @code = code @value = value @message = @metadata = @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26252 26253 26254 |
# File 'lib/eBay.rb', line 26252 def __xmlele_any @__xmlele_any end |
#code ⇒ Object
Returns the value of attribute code.
26248 26249 26250 |
# File 'lib/eBay.rb', line 26248 def code @code end |
#fieldName ⇒ Object
Returns the value of attribute fieldName.
26247 26248 26249 |
# File 'lib/eBay.rb', line 26247 def fieldName @fieldName end |
#group ⇒ Object
Returns the value of attribute group.
26246 26247 26248 |
# File 'lib/eBay.rb', line 26246 def group @group end |
#message ⇒ Object
Returns the value of attribute message.
26250 26251 26252 |
# File 'lib/eBay.rb', line 26250 def @message end |
#metadata ⇒ Object
Returns the value of attribute metadata.
26251 26252 26253 |
# File 'lib/eBay.rb', line 26251 def @metadata end |
#type ⇒ Object
Returns the value of attribute type.
26245 26246 26247 |
# File 'lib/eBay.rb', line 26245 def type @type end |
#value ⇒ Object
Returns the value of attribute value.
26249 26250 26251 |
# File 'lib/eBay.rb', line 26249 def value @value end |
Instance Method Details
#set_any(elements) ⇒ Object
26254 26255 26256 |
# File 'lib/eBay.rb', line 26254 def set_any(elements) @__xmlele_any = elements end |