Class: EBay::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.



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

Returns the value of attribute __xmlele_any.



28975
28976
28977
# File 'lib/eBay.rb', line 28975

def __xmlele_any
  @__xmlele_any
end

#memberURLObject

Returns the value of attribute memberURL.



28972
28973
28974
# File 'lib/eBay.rb', line 28972

def memberURL
  @memberURL
end

#pictureHeightObject

Returns the value of attribute pictureHeight.



28973
28974
28975
# File 'lib/eBay.rb', line 28973

def pictureHeight
  @pictureHeight
end

#pictureWidthObject

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