Class: Awstool::Settings
- Inherits:
-
Object
- Object
- Awstool::Settings
- Defined in:
- lib/awstool/settings.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Class Method Summary collapse
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
8 9 10 |
# File 'lib/awstool/settings.rb', line 8 def end |
Class Method Details
.get_options ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/awstool/settings.rb', line 10 def self. set_default get_rc get_flags @option_files.each do |f| .merge!(f) end end |