Module: Dreamy

Defined in:
lib/dreamy/easy_class_maker.rb,
lib/dreamy.rb,
lib/dreamy/dns.rb,
lib/dreamy/base.rb,
lib/dreamy/user.rb,
lib/dreamy/domain.rb,
lib/dreamy/command.rb,
lib/dreamy/mysql/db.rb,
lib/dreamy/mysql/host.rb,
lib/dreamy/mysql/user.rb,
lib/dreamy/subscriber.rb,
lib/dreamy/mail_filter.rb,
lib/dreamy/announce_list.rb,
lib/dreamy/private_server.rb

Overview

This is pretty much just a macro for creating a class that allows using a block to initialize stuff and to define getters and setters really quickly.

Defined Under Namespace

Modules: Command, EasyClassMaker Classes: AnnounceList, ApiError, Base, CantConnect, Dns, Domain, MailFilter, MysqlDb, MysqlHost, MysqlUser, PrivateServer, Subscriber, Unavailable, User