Class: Tenderloin::Config::PackageConfig
- Defined in:
- lib/tenderloin/config.rb
Instance Attribute Summary collapse
-
#extension ⇒ Object
Returns the value of attribute extension.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Base
#[], #instance_variables_hash, #to_json
Instance Attribute Details
#extension ⇒ Object
Returns the value of attribute extension.
95 96 97 |
# File 'lib/tenderloin/config.rb', line 95 def extension @extension end |
#name ⇒ Object
Returns the value of attribute name.
94 95 96 |
# File 'lib/tenderloin/config.rb', line 94 def name @name end |