Class: Hglib::Config::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/hglib/config.rb

Overview

Config item type

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source



14
15
16
# File 'lib/hglib/config.rb', line 14

def source
  @source
end

#valueObject

Returns the value of attribute value



14
15
16
# File 'lib/hglib/config.rb', line 14

def value
  @value
end