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.



20497
20498
20499
20500
20501
20502
20503
20504
20505
20506
20507
20508
# File 'lib/eBay.rb', line 20497

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.



20491
20492
20493
# File 'lib/eBay.rb', line 20491

def __xmlele_any
  @__xmlele_any
end

#contentObject

Returns the value of attribute content.



20487
20488
20489
# File 'lib/eBay.rb', line 20487

def content
  @content
end

#leftNavObject

Returns the value of attribute leftNav.



20488
20489
20490
# File 'lib/eBay.rb', line 20488

def leftNav
  @leftNav
end

#nameObject

Returns the value of attribute name.



20482
20483
20484
# File 'lib/eBay.rb', line 20482

def name
  @name
end

#orderObject

Returns the value of attribute order.



20490
20491
20492
# File 'lib/eBay.rb', line 20490

def order
  @order
end

#pageIDObject

Returns the value of attribute pageID.



20483
20484
20485
# File 'lib/eBay.rb', line 20483

def pageID
  @pageID
end

#previewEnabledObject

Returns the value of attribute previewEnabled.



20489
20490
20491
# File 'lib/eBay.rb', line 20489

def previewEnabled
  @previewEnabled
end

#statusObject

Returns the value of attribute status.



20486
20487
20488
# File 'lib/eBay.rb', line 20486

def status
  @status
end

#uRLObject

Returns the value of attribute uRL.



20485
20486
20487
# File 'lib/eBay.rb', line 20485

def uRL
  @uRL
end

#uRLPathObject

Returns the value of attribute uRLPath.



20484
20485
20486
# File 'lib/eBay.rb', line 20484

def uRLPath
  @uRLPath
end

Instance Method Details

#set_any(elements) ⇒ Object



20493
20494
20495
# File 'lib/eBay.rb', line 20493

def set_any(elements)
  @__xmlele_any = elements
end