Class: WishListType

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

Overview

urn:ebay:apis:eBLBaseComponentsWishListType

wishListID - SOAP::SOAPString
wishListURL - SOAP::SOAPAnyURI
name - SOAP::SOAPString
description - SOAP::SOAPString
firstName - SOAP::SOAPString
lastName - SOAP::SOAPString
userLocation - SOAP::SOAPString
wishListEntry - WishListEntryType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(wishListID = nil, wishListURL = nil, name = nil, description = nil, firstName = nil, lastName = nil, userLocation = nil, wishListEntry = []) ⇒ WishListType

Returns a new instance of WishListType.



25805
25806
25807
25808
25809
25810
25811
25812
25813
25814
25815
# File 'lib/eBay.rb', line 25805

def initialize(wishListID = nil, wishListURL = nil, name = nil, description = nil, firstName = nil, lastName = nil, userLocation = nil, wishListEntry = [])
  @wishListID = wishListID
  @wishListURL = wishListURL
  @name = name
  @description = description
  @firstName = firstName
  @lastName = lastName
  @userLocation = userLocation
  @wishListEntry = wishListEntry
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25799
25800
25801
# File 'lib/eBay.rb', line 25799

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



25794
25795
25796
# File 'lib/eBay.rb', line 25794

def description
  @description
end

#firstNameObject

Returns the value of attribute firstName.



25795
25796
25797
# File 'lib/eBay.rb', line 25795

def firstName
  @firstName
end

#lastNameObject

Returns the value of attribute lastName.



25796
25797
25798
# File 'lib/eBay.rb', line 25796

def lastName
  @lastName
end

#nameObject

Returns the value of attribute name.



25793
25794
25795
# File 'lib/eBay.rb', line 25793

def name
  @name
end

#userLocationObject

Returns the value of attribute userLocation.



25797
25798
25799
# File 'lib/eBay.rb', line 25797

def userLocation
  @userLocation
end

#wishListEntryObject

Returns the value of attribute wishListEntry.



25798
25799
25800
# File 'lib/eBay.rb', line 25798

def wishListEntry
  @wishListEntry
end

#wishListIDObject

Returns the value of attribute wishListID.



25791
25792
25793
# File 'lib/eBay.rb', line 25791

def wishListID
  @wishListID
end

#wishListURLObject

Returns the value of attribute wishListURL.



25792
25793
25794
# File 'lib/eBay.rb', line 25792

def wishListURL
  @wishListURL
end

Instance Method Details

#set_any(elements) ⇒ Object



25801
25802
25803
# File 'lib/eBay.rb', line 25801

def set_any(elements)
  @__xmlele_any = elements
end