Class: ESMDl::Configuration
- Inherits:
-
Object
- Object
- ESMDl::Configuration
- Defined in:
- lib/esmdl/configuration.rb
Instance Attribute Summary collapse
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#esmversion ⇒ Object
Returns the value of attribute esmversion.
-
#password ⇒ Object
Returns the value of attribute password.
-
#stage_dir ⇒ Object
Returns the value of attribute stage_dir.
-
#username ⇒ Object
Returns the value of attribute username.
-
#verbosity ⇒ Object
Returns the value of attribute verbosity.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
10 11 12 |
# File 'lib/esmdl/configuration.rb', line 10 def initialize @verbosity = :normal end |
Instance Attribute Details
#base_url ⇒ Object
Returns the value of attribute base_url.
6 7 8 |
# File 'lib/esmdl/configuration.rb', line 6 def base_url @base_url end |
#esmversion ⇒ Object
Returns the value of attribute esmversion.
8 9 10 |
# File 'lib/esmdl/configuration.rb', line 8 def esmversion @esmversion end |
#password ⇒ Object
Returns the value of attribute password.
4 5 6 |
# File 'lib/esmdl/configuration.rb', line 4 def password @password end |
#stage_dir ⇒ Object
Returns the value of attribute stage_dir.
5 6 7 |
# File 'lib/esmdl/configuration.rb', line 5 def stage_dir @stage_dir end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/esmdl/configuration.rb', line 3 def username @username end |
#verbosity ⇒ Object
Returns the value of attribute verbosity.
7 8 9 |
# File 'lib/esmdl/configuration.rb', line 7 def verbosity @verbosity end |