Class: EBay::StoreCustomPageType
- Inherits:
-
Object
- Object
- EBay::StoreCustomPageType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreCustomPageType
name - SOAP::SOAPString
pageID - SOAP::SOAPLong
uRLPath - SOAP::SOAPString
uRL - SOAP::SOAPAnyURI
status - EBay::StoreCustomPageStatusCodeType
content - SOAP::SOAPString
leftNav - SOAP::SOAPBoolean
previewEnabled - SOAP::SOAPBoolean
order - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#content ⇒ Object
Returns the value of attribute content.
-
#leftNav ⇒ Object
Returns the value of attribute leftNav.
-
#name ⇒ Object
Returns the value of attribute name.
-
#order ⇒ Object
Returns the value of attribute order.
-
#pageID ⇒ Object
Returns the value of attribute pageID.
-
#previewEnabled ⇒ Object
Returns the value of attribute previewEnabled.
-
#status ⇒ Object
Returns the value of attribute status.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
-
#uRLPath ⇒ Object
Returns the value of attribute uRLPath.
Instance Method Summary collapse
-
#initialize(name = nil, pageID = nil, uRLPath = nil, uRL = nil, status = nil, content = nil, leftNav = nil, previewEnabled = nil, order = nil) ⇒ StoreCustomPageType
constructor
A new instance of StoreCustomPageType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(name = nil, pageID = nil, uRLPath = nil, uRL = nil, status = nil, content = nil, leftNav = nil, previewEnabled = nil, order = nil) ⇒ StoreCustomPageType
Returns a new instance of StoreCustomPageType.
33737 33738 33739 33740 33741 33742 33743 33744 33745 33746 33747 33748 |
# File 'lib/eBay.rb', line 33737 def initialize(name = nil, pageID = nil, uRLPath = nil, uRL = nil, status = nil, content = nil, leftNav = nil, previewEnabled = nil, order = nil) @name = name @pageID = pageID @uRLPath = uRLPath @uRL = uRL @status = status @content = content @leftNav = leftNav @previewEnabled = previewEnabled @order = order @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33731 33732 33733 |
# File 'lib/eBay.rb', line 33731 def __xmlele_any @__xmlele_any end |
#content ⇒ Object
Returns the value of attribute content.
33727 33728 33729 |
# File 'lib/eBay.rb', line 33727 def content @content end |
#leftNav ⇒ Object
Returns the value of attribute leftNav.
33728 33729 33730 |
# File 'lib/eBay.rb', line 33728 def leftNav @leftNav end |
#name ⇒ Object
Returns the value of attribute name.
33722 33723 33724 |
# File 'lib/eBay.rb', line 33722 def name @name end |
#order ⇒ Object
Returns the value of attribute order.
33730 33731 33732 |
# File 'lib/eBay.rb', line 33730 def order @order end |
#pageID ⇒ Object
Returns the value of attribute pageID.
33723 33724 33725 |
# File 'lib/eBay.rb', line 33723 def pageID @pageID end |
#previewEnabled ⇒ Object
Returns the value of attribute previewEnabled.
33729 33730 33731 |
# File 'lib/eBay.rb', line 33729 def previewEnabled @previewEnabled end |
#status ⇒ Object
Returns the value of attribute status.
33726 33727 33728 |
# File 'lib/eBay.rb', line 33726 def status @status end |
#uRL ⇒ Object
Returns the value of attribute uRL.
33725 33726 33727 |
# File 'lib/eBay.rb', line 33725 def uRL @uRL end |
#uRLPath ⇒ Object
Returns the value of attribute uRLPath.
33724 33725 33726 |
# File 'lib/eBay.rb', line 33724 def uRLPath @uRLPath end |
Instance Method Details
#set_any(elements) ⇒ Object
33733 33734 33735 |
# File 'lib/eBay.rb', line 33733 def set_any(elements) @__xmlele_any = elements end |