Class: VendorHostedPictureType
- Inherits:
-
Object
- Object
- VendorHostedPictureType
- Defined in:
- lib/v_paypal/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsVendorHostedPictureType
Constant Summary collapse
- @@schema_type =
"VendorHostedPictureType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["pictureURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PictureURL")]], ["galleryURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GalleryURL")]], ["galleryType", ["GalleryTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GalleryType")]] ]
Instance Attribute Summary collapse
-
#galleryType ⇒ Object
Returns the value of attribute galleryType.
-
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
-
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
Instance Method Summary collapse
-
#initialize(pictureURL = nil, galleryURL = nil, galleryType = nil) ⇒ VendorHostedPictureType
constructor
A new instance of VendorHostedPictureType.
Constructor Details
#initialize(pictureURL = nil, galleryURL = nil, galleryType = nil) ⇒ VendorHostedPictureType
Returns a new instance of VendorHostedPictureType.
2049 2050 2051 2052 2053 |
# File 'lib/v_paypal/default.rb', line 2049 def initialize(pictureURL = nil, galleryURL = nil, galleryType = nil) @pictureURL = pictureURL @galleryURL = galleryURL @galleryType = galleryType end |
Instance Attribute Details
#galleryType ⇒ Object
Returns the value of attribute galleryType.
2047 2048 2049 |
# File 'lib/v_paypal/default.rb', line 2047 def galleryType @galleryType end |
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
2046 2047 2048 |
# File 'lib/v_paypal/default.rb', line 2046 def galleryURL @galleryURL end |
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
2045 2046 2047 |
# File 'lib/v_paypal/default.rb', line 2045 def pictureURL @pictureURL end |