Class: StoreCustomPageType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsStoreCustomPageType

name - SOAP::SOAPString
pageID - SOAP::SOAPLong
uRLPath - SOAP::SOAPString
uRL - SOAP::SOAPAnyURI
status - StoreCustomPageStatusCodeType
content - SOAP::SOAPString
leftNav - SOAP::SOAPBoolean
previewEnabled - SOAP::SOAPBoolean
order - SOAP::SOAPInt

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.



24674
24675
24676
24677
24678
24679
24680
24681
24682
24683
24684
24685
# File 'lib/eBay.rb', line 24674

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.



24668
24669
24670
# File 'lib/eBay.rb', line 24668

def __xmlele_any
  @__xmlele_any
end

#contentObject

Returns the value of attribute content.



24664
24665
24666
# File 'lib/eBay.rb', line 24664

def content
  @content
end

#leftNavObject

Returns the value of attribute leftNav.



24665
24666
24667
# File 'lib/eBay.rb', line 24665

def leftNav
  @leftNav
end

#nameObject

Returns the value of attribute name.



24659
24660
24661
# File 'lib/eBay.rb', line 24659

def name
  @name
end

#orderObject

Returns the value of attribute order.



24667
24668
24669
# File 'lib/eBay.rb', line 24667

def order
  @order
end

#pageIDObject

Returns the value of attribute pageID.



24660
24661
24662
# File 'lib/eBay.rb', line 24660

def pageID
  @pageID
end

#previewEnabledObject

Returns the value of attribute previewEnabled.



24666
24667
24668
# File 'lib/eBay.rb', line 24666

def previewEnabled
  @previewEnabled
end

#statusObject

Returns the value of attribute status.



24663
24664
24665
# File 'lib/eBay.rb', line 24663

def status
  @status
end

#uRLObject

Returns the value of attribute uRL.



24662
24663
24664
# File 'lib/eBay.rb', line 24662

def uRL
  @uRL
end

#uRLPathObject

Returns the value of attribute uRLPath.



24661
24662
24663
# File 'lib/eBay.rb', line 24661

def uRLPath
  @uRLPath
end

Instance Method Details

#set_any(elements) ⇒ Object



24670
24671
24672
# File 'lib/eBay.rb', line 24670

def set_any(elements)
  @__xmlele_any = elements
end