Class: Radiosonde2terraform::Options
- Inherits:
-
Object
- Object
- Radiosonde2terraform::Options
- Defined in:
- lib/radiosonde2terraform/options.rb
Instance Attribute Summary collapse
-
#default_tags ⇒ Object
readonly
Returns the value of attribute default_tags.
Instance Method Summary collapse
-
#initialize(default_tags: []) ⇒ Options
constructor
A new instance of Options.
Constructor Details
#initialize(default_tags: []) ⇒ Options
Returns a new instance of Options.
3 4 5 |
# File 'lib/radiosonde2terraform/options.rb', line 3 def initialize(default_tags: []) = end |
Instance Attribute Details
#default_tags ⇒ Object (readonly)
Returns the value of attribute default_tags.
6 7 8 |
# File 'lib/radiosonde2terraform/options.rb', line 6 def end |