Class: Pandarus::ModuleItemSequence
- Defined in:
- lib/pandarus/models/module_item_sequence.rb
Instance Attribute Summary collapse
-
#items ⇒ Object
Returns the value of attribute items.
-
#modules ⇒ Object
Returns the value of attribute modules.
Class Method Summary collapse
Methods inherited from ModelBase
#assign, #attr, #has_attr?, #initialize, #inspect, #to_body
Constructor Details
This class inherits a constructor from Pandarus::ModelBase
Instance Attribute Details
#items ⇒ Object
Returns the value of attribute items.
6 7 8 |
# File 'lib/pandarus/models/module_item_sequence.rb', line 6 def items @items end |
#modules ⇒ Object
Returns the value of attribute modules.
6 7 8 |
# File 'lib/pandarus/models/module_item_sequence.rb', line 6 def modules @modules end |
Class Method Details
.attribute_map ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/pandarus/models/module_item_sequence.rb', line 9 def self.attribute_map { :items => {:external => "items", :container => false, :type => nil}, :modules => {:external => "modules", :container => false, :type => nil} } end |