Class: Sleet::Config::ConfigOption
- Inherits:
-
Struct
- Object
- Struct
- Sleet::Config::ConfigOption
- Defined in:
- lib/sleet/config.rb
Instance Attribute Summary collapse
-
#source ⇒ Object
Returns the value of attribute source.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#source ⇒ Object
Returns the value of attribute source
7 8 9 |
# File 'lib/sleet/config.rb', line 7 def source @source end |
#value ⇒ Object
Returns the value of attribute value
7 8 9 |
# File 'lib/sleet/config.rb', line 7 def value @value end |