Class: ClassName::Configuration
- Inherits:
-
Object
- Object
- ClassName::Configuration
- Defined in:
- lib/class_name/configuration.rb
Instance Attribute Summary collapse
-
#foo ⇒ Object
Returns the value of attribute foo.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
21 22 23 |
# File 'lib/class_name/configuration.rb', line 21 def initialize @foo = 'bar' end |
Instance Attribute Details
#foo ⇒ Object
Returns the value of attribute foo.
19 20 21 |
# File 'lib/class_name/configuration.rb', line 19 def foo @foo end |