Class: StoreCustomPageType
- Inherits:
-
Object
- Object
- StoreCustomPageType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsStoreCustomPageType
Constant Summary collapse
- @@schema_type =
"StoreCustomPageType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]], ["pageID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PageID")]], ["uRLPath", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URLPath")]], ["uRL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URL")]], ["status", ["StoreCustomPageStatusCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Status")]], ["content", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Content")]], ["leftNav", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LeftNav")]], ["previewEnabled", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "PreviewEnabled")]], ["order", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Order")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
23139 23140 23141 23142 23143 23144 23145 23146 23147 23148 23149 23150 |
# File 'lib/eBay.rb', line 23139 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.
23133 23134 23135 |
# File 'lib/eBay.rb', line 23133 def __xmlele_any @__xmlele_any end |
#content ⇒ Object
Returns the value of attribute content.
23129 23130 23131 |
# File 'lib/eBay.rb', line 23129 def content @content end |
#leftNav ⇒ Object
Returns the value of attribute leftNav.
23130 23131 23132 |
# File 'lib/eBay.rb', line 23130 def leftNav @leftNav end |
#name ⇒ Object
Returns the value of attribute name.
23124 23125 23126 |
# File 'lib/eBay.rb', line 23124 def name @name end |
#order ⇒ Object
Returns the value of attribute order.
23132 23133 23134 |
# File 'lib/eBay.rb', line 23132 def order @order end |
#pageID ⇒ Object
Returns the value of attribute pageID.
23125 23126 23127 |
# File 'lib/eBay.rb', line 23125 def pageID @pageID end |
#previewEnabled ⇒ Object
Returns the value of attribute previewEnabled.
23131 23132 23133 |
# File 'lib/eBay.rb', line 23131 def previewEnabled @previewEnabled end |
#status ⇒ Object
Returns the value of attribute status.
23128 23129 23130 |
# File 'lib/eBay.rb', line 23128 def status @status end |
#uRL ⇒ Object
Returns the value of attribute uRL.
23127 23128 23129 |
# File 'lib/eBay.rb', line 23127 def uRL @uRL end |
#uRLPath ⇒ Object
Returns the value of attribute uRLPath.
23126 23127 23128 |
# File 'lib/eBay.rb', line 23126 def uRLPath @uRLPath end |
Instance Method Details
#set_any(elements) ⇒ Object
23135 23136 23137 |
# File 'lib/eBay.rb', line 23135 def set_any(elements) @__xmlele_any = elements end |