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.
55 56 57 |
# File 'lib/ruby_leiningen.rb', line 55 def initialize @binary = 'lein' end |
Instance Attribute Details
#binary ⇒ Object
Returns the value of attribute binary.
53 54 55 |
# File 'lib/ruby_leiningen.rb', line 53 def binary @binary end |