Class: BuyingGuideType

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

Overview

urn:ebay:apis:eBLBaseComponentsBuyingGuideType

name - SOAP::SOAPString
uRL - SOAP::SOAPAnyURI
categoryID - SOAP::SOAPString
productFinderID - SOAP::SOAPInt
title - SOAP::SOAPString
text - SOAP::SOAPString
creationTime - SOAP::SOAPDateTime
userID - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, uRL = nil, categoryID = nil, productFinderID = nil, title = nil, text = nil, creationTime = nil, userID = nil) ⇒ BuyingGuideType

Returns a new instance of BuyingGuideType.



17348
17349
17350
17351
17352
17353
17354
17355
17356
17357
17358
# File 'lib/eBay.rb', line 17348

def initialize(name = nil, uRL = nil, categoryID = nil, productFinderID = nil, title = nil, text = nil, creationTime = nil, userID = nil)
  @name = name
  @uRL = uRL
  @categoryID = categoryID
  @productFinderID = productFinderID
  @title = title
  @text = text
  @creationTime = creationTime
  @userID = userID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17342
17343
17344
# File 'lib/eBay.rb', line 17342

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



17336
17337
17338
# File 'lib/eBay.rb', line 17336

def categoryID
  @categoryID
end

#creationTimeObject

Returns the value of attribute creationTime.



17340
17341
17342
# File 'lib/eBay.rb', line 17340

def creationTime
  @creationTime
end

#nameObject

Returns the value of attribute name.



17334
17335
17336
# File 'lib/eBay.rb', line 17334

def name
  @name
end

#productFinderIDObject

Returns the value of attribute productFinderID.



17337
17338
17339
# File 'lib/eBay.rb', line 17337

def productFinderID
  @productFinderID
end

#textObject

Returns the value of attribute text.



17339
17340
17341
# File 'lib/eBay.rb', line 17339

def text
  @text
end

#titleObject

Returns the value of attribute title.



17338
17339
17340
# File 'lib/eBay.rb', line 17338

def title
  @title
end

#uRLObject

Returns the value of attribute uRL.



17335
17336
17337
# File 'lib/eBay.rb', line 17335

def uRL
  @uRL
end

#userIDObject

Returns the value of attribute userID.



17341
17342
17343
# File 'lib/eBay.rb', line 17341

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



17344
17345
17346
# File 'lib/eBay.rb', line 17344

def set_any(elements)
  @__xmlele_any = elements
end