Class: StoreCustomPageType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



23133
23134
23135
# File 'lib/eBay.rb', line 23133

def __xmlele_any
  @__xmlele_any
end

#contentObject

Returns the value of attribute content.



23129
23130
23131
# File 'lib/eBay.rb', line 23129

def content
  @content
end

#leftNavObject

Returns the value of attribute leftNav.



23130
23131
23132
# File 'lib/eBay.rb', line 23130

def leftNav
  @leftNav
end

#nameObject

Returns the value of attribute name.



23124
23125
23126
# File 'lib/eBay.rb', line 23124

def name
  @name
end

#orderObject

Returns the value of attribute order.



23132
23133
23134
# File 'lib/eBay.rb', line 23132

def order
  @order
end

#pageIDObject

Returns the value of attribute pageID.



23125
23126
23127
# File 'lib/eBay.rb', line 23125

def pageID
  @pageID
end

#previewEnabledObject

Returns the value of attribute previewEnabled.



23131
23132
23133
# File 'lib/eBay.rb', line 23131

def previewEnabled
  @previewEnabled
end

#statusObject

Returns the value of attribute status.



23128
23129
23130
# File 'lib/eBay.rb', line 23128

def status
  @status
end

#uRLObject

Returns the value of attribute uRL.



23127
23128
23129
# File 'lib/eBay.rb', line 23127

def uRL
  @uRL
end

#uRLPathObject

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