Class: VendorHostedPictureType
- Inherits:
-
Object
- Object
- VendorHostedPictureType
- Defined in:
- lib/paypal-business/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.
2229 2230 2231 2232 2233 |
# File 'lib/paypal-business/default.rb', line 2229 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.
2227 2228 2229 |
# File 'lib/paypal-business/default.rb', line 2227 def galleryType @galleryType end |
#galleryURL ⇒ Object
Returns the value of attribute galleryURL.
2226 2227 2228 |
# File 'lib/paypal-business/default.rb', line 2226 def galleryURL @galleryURL end |
#pictureURL ⇒ Object
Returns the value of attribute pictureURL.
2225 2226 2227 |
# File 'lib/paypal-business/default.rb', line 2225 def pictureURL @pictureURL end |