Parent

Methods

AppConfig::Storage::Base

Public Class Methods

new(options) click to toggle source
# File lib/app_config/storage/base.rb, line 5
def initialize(options)
  @options = options
end

Public Instance Methods

to_hash() click to toggle source
# File lib/app_config/storage/base.rb, line 9
def to_hash
  Hashish.new(@data.to_hash)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.