Class: EBay::PictureURLsType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureURLsType

eBayPictureURL - SOAP::SOAPAnyURI
externalPictureURL - SOAP::SOAPAnyURI

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28995
28996
28997
# File 'lib/eBay.rb', line 28995

def __xmlele_any
  @__xmlele_any
end

#eBayPictureURLObject

Returns the value of attribute eBayPictureURL.



28993
28994
28995
# File 'lib/eBay.rb', line 28993

def eBayPictureURL
  @eBayPictureURL
end

#externalPictureURLObject

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