Method: Rdm::ConfigScope#read_attribute

Defined in:
lib/rdm/config_scope.rb

#read_attribute(key) ⇒ Object



6
7
8
# File 'lib/rdm/config_scope.rb', line 6

def read_attribute(key)
  @attributes[key.to_s]
end