Class: EBay::ListingRecommendationType

Inherits:
Object
  • Object
show all
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
message - SOAP::SOAPString
 - EBay::MetadataType

Instance Attribute Summary collapse

Instance Method Summary collapse

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 = [], message = nil,  = [])
  @type = type
  @group = group
  @fieldName = fieldName
  @code = code
  @value = value
  @message = message
  @metadata = 
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



26252
26253
26254
# File 'lib/eBay.rb', line 26252

def __xmlele_any
  @__xmlele_any
end

#codeObject

Returns the value of attribute code.



26248
26249
26250
# File 'lib/eBay.rb', line 26248

def code
  @code
end

#fieldNameObject

Returns the value of attribute fieldName.



26247
26248
26249
# File 'lib/eBay.rb', line 26247

def fieldName
  @fieldName
end

#groupObject

Returns the value of attribute group.



26246
26247
26248
# File 'lib/eBay.rb', line 26246

def group
  @group
end

#messageObject

Returns the value of attribute message.



26250
26251
26252
# File 'lib/eBay.rb', line 26250

def message
  @message
end

#metadataObject

Returns the value of attribute metadata.



26251
26252
26253
# File 'lib/eBay.rb', line 26251

def 
  @metadata
end

#typeObject

Returns the value of attribute type.



26245
26246
26247
# File 'lib/eBay.rb', line 26245

def type
  @type
end

#valueObject

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