Class: EBay::PictureURLsType
- Inherits:
-
Object
- Object
- EBay::PictureURLsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPictureURLsType
eBayPictureURL - SOAP::SOAPAnyURI
externalPictureURL - SOAP::SOAPAnyURI
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#eBayPictureURL ⇒ Object
Returns the value of attribute eBayPictureURL.
-
#externalPictureURL ⇒ Object
Returns the value of attribute externalPictureURL.
Instance Method Summary collapse
-
#initialize(eBayPictureURL = nil, externalPictureURL = nil) ⇒ PictureURLsType
constructor
A new instance of PictureURLsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(eBayPictureURL = nil, externalPictureURL = nil) ⇒ PictureURLsType
Returns a new instance of PictureURLsType.
29001 29002 29003 29004 29005 |
# File 'lib/eBay.rb', line 29001 def initialize(eBayPictureURL = nil, externalPictureURL = nil) @eBayPictureURL = eBayPictureURL @externalPictureURL = externalPictureURL @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28995 28996 28997 |
# File 'lib/eBay.rb', line 28995 def __xmlele_any @__xmlele_any end |
#eBayPictureURL ⇒ Object
Returns the value of attribute eBayPictureURL.
28993 28994 28995 |
# File 'lib/eBay.rb', line 28993 def eBayPictureURL @eBayPictureURL end |
#externalPictureURL ⇒ Object
Returns the value of attribute externalPictureURL.
28994 28995 28996 |
# File 'lib/eBay.rb', line 28994 def externalPictureURL @externalPictureURL end |
Instance Method Details
#set_any(elements) ⇒ Object
28997 28998 28999 |
# File 'lib/eBay.rb', line 28997 def set_any(elements) @__xmlele_any = elements end |