Class: Hglib::Config::Item
- Inherits:
-
Struct
- Object
- Struct
- Hglib::Config::Item
- Defined in:
- lib/hglib/config.rb
Overview
Config item type
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
14 15 16 |
# File 'lib/hglib/config.rb', line 14 def source @source end |
#value ⇒ Object
Returns the value of attribute value
14 15 16 |
# File 'lib/hglib/config.rb', line 14 def value @value end |