Class: Typingpool::Config::Root

Inherits:
Typingpool::Config show all
Defined in:
lib/typingpool/config/root.rb

Overview

The root level of the config file and all full config objects. Kept distinct from Config because other subclasses need to inherit from Config, and we don’t want them inheriting the root level fields.

Defined Under Namespace

Classes: Amazon, Assign, SFTP

Method Summary

Methods inherited from Typingpool::Config

#[], #[]=, default_file, define_accessor, define_reader, define_writer, file, from_bundled_template, inherited, #initialize, local_path_reader, #method_missing, never_ends_in_slash_reader, subklass?, time_accessor, #to_hash

Constructor Details

This class inherits a constructor from Typingpool::Config

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Typingpool::Config