Class: RubyLeiningen::Configuration
- Inherits:
-
Object
- Object
- RubyLeiningen::Configuration
- Defined in:
- lib/ruby_leiningen.rb
Instance Attribute Summary collapse
-
#binary ⇒ Object
Returns the value of attribute binary.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
32 33 34 |
# File 'lib/ruby_leiningen.rb', line 32 def initialize @binary = 'lein' end |
Instance Attribute Details
#binary ⇒ Object
Returns the value of attribute binary.
30 31 32 |
# File 'lib/ruby_leiningen.rb', line 30 def binary @binary end |