Class: Babbler::Configuration
- Inherits:
-
Object
- Object
- Babbler::Configuration
- Defined in:
- lib/babbler.rb
Instance Attribute Summary collapse
-
#num_adjectives ⇒ Object
Returns the value of attribute num_adjectives.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
43 44 45 46 |
# File 'lib/babbler.rb', line 43 def initialize @num_adjectives = 1 super end |
Instance Attribute Details
#num_adjectives ⇒ Object
Returns the value of attribute num_adjectives.
41 42 43 |
# File 'lib/babbler.rb', line 41 def num_adjectives @num_adjectives end |