Class: EBay::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.



21577
21578
21579
21580
21581
21582
21583
21584
21585
21586
21587
# File 'lib/eBay.rb', line 21577

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.



21571
21572
21573
# File 'lib/eBay.rb', line 21571

def __xmlele_any
  @__xmlele_any
end

#categoryIDObject

Returns the value of attribute categoryID.



21565
21566
21567
# File 'lib/eBay.rb', line 21565

def categoryID
  @categoryID
end

#creationTimeObject

Returns the value of attribute creationTime.



21569
21570
21571
# File 'lib/eBay.rb', line 21569

def creationTime
  @creationTime
end

#nameObject

Returns the value of attribute name.



21563
21564
21565
# File 'lib/eBay.rb', line 21563

def name
  @name
end

#productFinderIDObject

Returns the value of attribute productFinderID.



21566
21567
21568
# File 'lib/eBay.rb', line 21566

def productFinderID
  @productFinderID
end

#textObject

Returns the value of attribute text.



21568
21569
21570
# File 'lib/eBay.rb', line 21568

def text
  @text
end

#titleObject

Returns the value of attribute title.



21567
21568
21569
# File 'lib/eBay.rb', line 21567

def title
  @title
end

#uRLObject

Returns the value of attribute uRL.



21564
21565
21566
# File 'lib/eBay.rb', line 21564

def uRL
  @uRL
end

#userIDObject

Returns the value of attribute userID.



21570
21571
21572
# File 'lib/eBay.rb', line 21570

def userID
  @userID
end

Instance Method Details

#set_any(elements) ⇒ Object



21573
21574
21575
# File 'lib/eBay.rb', line 21573

def set_any(elements)
  @__xmlele_any = elements
end