Class: EBay::PictureSetMemberType
- Inherits:
-
Object
- Object
- EBay::PictureSetMemberType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPictureSetMemberType
memberURL - SOAP::SOAPAnyURI
pictureHeight - SOAP::SOAPInt
pictureWidth - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#memberURL ⇒ Object
Returns the value of attribute memberURL.
-
#pictureHeight ⇒ Object
Returns the value of attribute pictureHeight.
-
#pictureWidth ⇒ Object
Returns the value of attribute pictureWidth.
Instance Method Summary collapse
-
#initialize(memberURL = nil, pictureHeight = nil, pictureWidth = nil) ⇒ PictureSetMemberType
constructor
A new instance of PictureSetMemberType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(memberURL = nil, pictureHeight = nil, pictureWidth = nil) ⇒ PictureSetMemberType
Returns a new instance of PictureSetMemberType.
28981 28982 28983 28984 28985 28986 |
# File 'lib/eBay.rb', line 28981 def initialize(memberURL = nil, pictureHeight = nil, pictureWidth = nil) @memberURL = memberURL @pictureHeight = pictureHeight @pictureWidth = pictureWidth @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28975 28976 28977 |
# File 'lib/eBay.rb', line 28975 def __xmlele_any @__xmlele_any end |
#memberURL ⇒ Object
Returns the value of attribute memberURL.
28972 28973 28974 |
# File 'lib/eBay.rb', line 28972 def memberURL @memberURL end |
#pictureHeight ⇒ Object
Returns the value of attribute pictureHeight.
28973 28974 28975 |
# File 'lib/eBay.rb', line 28973 def pictureHeight @pictureHeight end |
#pictureWidth ⇒ Object
Returns the value of attribute pictureWidth.
28974 28975 28976 |
# File 'lib/eBay.rb', line 28974 def pictureWidth @pictureWidth end |
Instance Method Details
#set_any(elements) ⇒ Object
28977 28978 28979 |
# File 'lib/eBay.rb', line 28977 def set_any(elements) @__xmlele_any = elements end |