Class: Rudy::CLI::CommandBase
- Inherits:
-
Drydock::Command
- Object
- Drydock::Command
- Rudy::CLI::CommandBase
- Includes:
- Huxtable
- Defined in:
- lib/rudy/cli/base.rb
Direct Known Subclasses
AWS::EC2::Addresses, AWS::EC2::Candy, AWS::EC2::Groups, AWS::EC2::Images, AWS::EC2::Info, AWS::EC2::Instances, AWS::EC2::Keypairs, AWS::EC2::Snapshots, AWS::EC2::Volumes, AWS::EC2::Zones, AWS::S3::Buckets, AWS::S3::Store, AWS::SDB::Domains, AWS::SDB::Objects, AWS::SDB::Select, Backups, Candy, Config, Disks, Images, Info, Keypairs, Machines, Metadata, Networks, Routines
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Method Summary
Methods included from Huxtable
config, #config_dirname, create_domain, #current_group_name, #current_machine_address, #current_machine_bucket, #current_machine_count, #current_machine_group, #current_machine_hostname, #current_machine_image, #current_machine_name, #current_machine_os, #current_machine_size, #current_machine_user, #current_user_keypairname, #current_user_keypairpath, #defined_keypairpath, domain, domain_exists?, global, keypair_path_to_name, #known_machine_group?, ld, #ld, #le, le, li, #li, logger, reset_config, reset_global, #root_keypairname, #root_keypairpath, update_config, update_global, update_logger, #user_keypairname, #user_keypairpath
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
8 9 10 |
# File 'lib/rudy/cli/base.rb', line 8 def config @config end |