Class: EBay::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 - EBay::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.



33737
33738
33739
33740
33741
33742
33743
33744
33745
33746
33747
33748
# File 'lib/eBay.rb', line 33737

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.



33731
33732
33733
# File 'lib/eBay.rb', line 33731

def __xmlele_any
  @__xmlele_any
end

#contentObject

Returns the value of attribute content.



33727
33728
33729
# File 'lib/eBay.rb', line 33727

def content
  @content
end

#leftNavObject

Returns the value of attribute leftNav.



33728
33729
33730
# File 'lib/eBay.rb', line 33728

def leftNav
  @leftNav
end

#nameObject

Returns the value of attribute name.



33722
33723
33724
# File 'lib/eBay.rb', line 33722

def name
  @name
end

#orderObject

Returns the value of attribute order.



33730
33731
33732
# File 'lib/eBay.rb', line 33730

def order
  @order
end

#pageIDObject

Returns the value of attribute pageID.



33723
33724
33725
# File 'lib/eBay.rb', line 33723

def pageID
  @pageID
end

#previewEnabledObject

Returns the value of attribute previewEnabled.



33729
33730
33731
# File 'lib/eBay.rb', line 33729

def previewEnabled
  @previewEnabled
end

#statusObject

Returns the value of attribute status.



33726
33727
33728
# File 'lib/eBay.rb', line 33726

def status
  @status
end

#uRLObject

Returns the value of attribute uRL.



33725
33726
33727
# File 'lib/eBay.rb', line 33725

def uRL
  @uRL
end

#uRLPathObject

Returns the value of attribute uRLPath.



33724
33725
33726
# File 'lib/eBay.rb', line 33724

def uRLPath
  @uRLPath
end

Instance Method Details

#set_any(elements) ⇒ Object



33733
33734
33735
# File 'lib/eBay.rb', line 33733

def set_any(elements)
  @__xmlele_any = elements
end