Class: Tenderloin::Config::PackageConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/tenderloin/config.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#[], #instance_variables_hash, #to_json

Instance Attribute Details

#extensionObject

Returns the value of attribute extension.



95
96
97
# File 'lib/tenderloin/config.rb', line 95

def extension
  @extension
end

#nameObject

Returns the value of attribute name.



94
95
96
# File 'lib/tenderloin/config.rb', line 94

def name
  @name
end