Class: Spice::Cookbook
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#versions ⇒ Object
readonly
Returns the value of attribute versions.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/spice/cookbook.rb', line 5 def name @name end |
#versions ⇒ Object (readonly)
Returns the value of attribute versions.
5 6 7 |
# File 'lib/spice/cookbook.rb', line 5 def versions @versions end |