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.



18068
18069
18070
18071
18072
18073
18074
18075
18076
18077
18078
18079
# File 'lib/eBay.rb', line 18068

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.



18062
18063
18064
# File 'lib/eBay.rb', line 18062

def __xmlele_any
  @__xmlele_any
end

#contentObject

Returns the value of attribute content.



18058
18059
18060
# File 'lib/eBay.rb', line 18058

def content
  @content
end

#leftNavObject

Returns the value of attribute leftNav.



18059
18060
18061
# File 'lib/eBay.rb', line 18059

def leftNav
  @leftNav
end

#nameObject

Returns the value of attribute name.



18053
18054
18055
# File 'lib/eBay.rb', line 18053

def name
  @name
end

#orderObject

Returns the value of attribute order.



18061
18062
18063
# File 'lib/eBay.rb', line 18061

def order
  @order
end

#pageIDObject

Returns the value of attribute pageID.



18054
18055
18056
# File 'lib/eBay.rb', line 18054

def pageID
  @pageID
end

#previewEnabledObject

Returns the value of attribute previewEnabled.



18060
18061
18062
# File 'lib/eBay.rb', line 18060

def previewEnabled
  @previewEnabled
end

#statusObject

Returns the value of attribute status.



18057
18058
18059
# File 'lib/eBay.rb', line 18057

def status
  @status
end

#uRLObject

Returns the value of attribute uRL.



18056
18057
18058
# File 'lib/eBay.rb', line 18056

def uRL
  @uRL
end

#uRLPathObject

Returns the value of attribute uRLPath.



18055
18056
18057
# File 'lib/eBay.rb', line 18055

def uRLPath
  @uRLPath
end

Instance Method Details

#set_any(elements) ⇒ Object



18064
18065
18066
# File 'lib/eBay.rb', line 18064

def set_any(elements)
  @__xmlele_any = elements
end