Class: Spice::DataBag
Instance Attribute Summary collapse
-
#items ⇒ Object
readonly
Returns the value of attribute items.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Attributes inherited from Base
Method Summary
Methods inherited from Base
#[], attr_reader, get, get_or_new, #id, identity_map, #initialize, #keys, #update
Constructor Details
This class inherits a constructor from Spice::Base
Instance Attribute Details
#items ⇒ Object (readonly)
Returns the value of attribute items.
5 6 7 |
# File 'lib/spice/data_bag.rb', line 5 def items @items end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/spice/data_bag.rb', line 5 def name @name end |