Class: PictureSetMemberType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureSetMemberType

memberURL - SOAP::SOAPAnyURI
pictureHeight - SOAP::SOAPInt
pictureWidth - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(memberURL = nil, pictureHeight = nil, pictureWidth = nil) ⇒ PictureSetMemberType

Returns a new instance of PictureSetMemberType.



22277
22278
22279
22280
22281
22282
# File 'lib/eBay.rb', line 22277

def initialize(memberURL = nil, pictureHeight = nil, pictureWidth = nil)
  @memberURL = memberURL
  @pictureHeight = pictureHeight
  @pictureWidth = pictureWidth
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22271
22272
22273
# File 'lib/eBay.rb', line 22271

def __xmlele_any
  @__xmlele_any
end

#memberURLObject

Returns the value of attribute memberURL.



22268
22269
22270
# File 'lib/eBay.rb', line 22268

def memberURL
  @memberURL
end

#pictureHeightObject

Returns the value of attribute pictureHeight.



22269
22270
22271
# File 'lib/eBay.rb', line 22269

def pictureHeight
  @pictureHeight
end

#pictureWidthObject

Returns the value of attribute pictureWidth.



22270
22271
22272
# File 'lib/eBay.rb', line 22270

def pictureWidth
  @pictureWidth
end

Instance Method Details

#set_any(elements) ⇒ Object



22273
22274
22275
# File 'lib/eBay.rb', line 22273

def set_any(elements)
  @__xmlele_any = elements
end