Class: Rake::Application
- Inherits:
-
Object
- Object
- Rake::Application
- Defined in:
- lib/rake/pro/keystore.rb
Defined Under Namespace
Classes: KeySpace
Instance Attribute Summary collapse
-
#active_dir ⇒ Object
Returns the value of attribute active_dir.
-
#cfg ⇒ Object
Returns the value of attribute cfg.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
Instance Attribute Details
#active_dir ⇒ Object
Returns the value of attribute active_dir.
10 11 12 |
# File 'lib/rake/pro/keystore.rb', line 10 def active_dir @active_dir end |
#cfg ⇒ Object
Returns the value of attribute cfg.
8 9 10 |
# File 'lib/rake/pro/keystore.rb', line 8 def cfg @cfg end |
#scopes ⇒ Object
Returns the value of attribute scopes.
9 10 11 |
# File 'lib/rake/pro/keystore.rb', line 9 def scopes @scopes end |