OpenStruct
OpenStruct wrapper to hold the underlying `Storage` data.
Accepts a Hash and passes that along to `OpenStruct.new`.
# File lib/app_config/storage/config_data.rb, line 7 def initialize(hash = {}) super(hash) end
# File lib/app_config/storage/config_data.rb, line 11 def to_hash marshal_dump end
[Validate]
Generated with the Darkfish Rdoc Generator 2.