Class: Etapper::API::CartCategory

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceCartCategory

description - SOAP::SOAPString
disabled - SOAP::SOAPBoolean
image - Etapper::API::CartImage
immediateCategories - SOAP::SOAPInt
immediateItems - SOAP::SOAPInt
name - SOAP::SOAPString
nestedCategories - SOAP::SOAPInt
nestedItems - SOAP::SOAPInt
parents - Etapper::API::ArrayOfCartParent
publishEndDate - SOAP::SOAPString
publishStartDate - SOAP::SOAPString
publishableNow - SOAP::SOAPBoolean
ref - SOAP::SOAPString
type - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(description = nil, disabled = nil, image = nil, immediateCategories = nil, immediateItems = nil, name = nil, nestedCategories = nil, nestedItems = nil, parents = nil, publishEndDate = nil, publishStartDate = nil, publishableNow = nil, ref = nil, type = nil) ⇒ CartCategory

Returns a new instance of CartCategory.



1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
# File 'lib/etapper/api/service.rb', line 1645

def initialize(description = nil, disabled = nil, image = nil, immediateCategories = nil, immediateItems = nil, name = nil, nestedCategories = nil, nestedItems = nil, parents = nil, publishEndDate = nil, publishStartDate = nil, publishableNow = nil, ref = nil, type = nil)
  @description = description
  @disabled = disabled
  @image = image
  @immediateCategories = immediateCategories
  @immediateItems = immediateItems
  @name = name
  @nestedCategories = nestedCategories
  @nestedItems = nestedItems
  @parents = parents
  @publishEndDate = publishEndDate
  @publishStartDate = publishStartDate
  @publishableNow = publishableNow
  @ref = ref
  @type = type
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



1630
1631
1632
# File 'lib/etapper/api/service.rb', line 1630

def description
  @description
end

#disabledObject

Returns the value of attribute disabled.



1631
1632
1633
# File 'lib/etapper/api/service.rb', line 1631

def disabled
  @disabled
end

#imageObject

Returns the value of attribute image.



1632
1633
1634
# File 'lib/etapper/api/service.rb', line 1632

def image
  @image
end

#immediateCategoriesObject

Returns the value of attribute immediateCategories.



1633
1634
1635
# File 'lib/etapper/api/service.rb', line 1633

def immediateCategories
  @immediateCategories
end

#immediateItemsObject

Returns the value of attribute immediateItems.



1634
1635
1636
# File 'lib/etapper/api/service.rb', line 1634

def immediateItems
  @immediateItems
end

#nameObject

Returns the value of attribute name.



1635
1636
1637
# File 'lib/etapper/api/service.rb', line 1635

def name
  @name
end

#nestedCategoriesObject

Returns the value of attribute nestedCategories.



1636
1637
1638
# File 'lib/etapper/api/service.rb', line 1636

def nestedCategories
  @nestedCategories
end

#nestedItemsObject

Returns the value of attribute nestedItems.



1637
1638
1639
# File 'lib/etapper/api/service.rb', line 1637

def nestedItems
  @nestedItems
end

#parentsObject

Returns the value of attribute parents.



1638
1639
1640
# File 'lib/etapper/api/service.rb', line 1638

def parents
  @parents
end

#publishableNowObject

Returns the value of attribute publishableNow.



1641
1642
1643
# File 'lib/etapper/api/service.rb', line 1641

def publishableNow
  @publishableNow
end

#publishEndDateObject

Returns the value of attribute publishEndDate.



1639
1640
1641
# File 'lib/etapper/api/service.rb', line 1639

def publishEndDate
  @publishEndDate
end

#publishStartDateObject

Returns the value of attribute publishStartDate.



1640
1641
1642
# File 'lib/etapper/api/service.rb', line 1640

def publishStartDate
  @publishStartDate
end

#refObject

Returns the value of attribute ref.



1642
1643
1644
# File 'lib/etapper/api/service.rb', line 1642

def ref
  @ref
end

#typeObject

Returns the value of attribute type.



1643
1644
1645
# File 'lib/etapper/api/service.rb', line 1643

def type
  @type
end