Class: Settings::ENV

Inherits:
Object
  • Object
show all
Defined in:
lib/configurates/provider/environment.rb

Defined Under Namespace

Classes: HashNotValid

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



18
19
20
# File 'lib/configurates/provider/environment.rb', line 18

def data
  @data
end

Class Method Details

.load(hsh) ⇒ Object



11
12
13
# File 'lib/configurates/provider/environment.rb', line 11

def self.load(hsh)
  new(hsh)
end