Class: CloudstackCli::Base
- Inherits:
-
Thor
- Object
- Thor
- CloudstackCli::Base
- Includes:
- Thor::Actions
- Defined in:
- lib/cloudstack-cli/base.rb
Direct Known Subclasses
Account, Capacity, Cli, DiskOffering, Domain, IpAddress, Iso, LoadBalancer, Network, Offering, PhysicalNetwork, PortRule, Project, Router, Server, Stack, Template, Volume, Zone
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
Class Method Summary collapse
-
.exit_on_failure? ⇒ Boolean
exit with return code 1 in case of a error.
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
7 8 9 |
# File 'lib/cloudstack-cli/base.rb', line 7 def config @config end |
Class Method Details
.exit_on_failure? ⇒ Boolean
exit with return code 1 in case of a error
16 17 18 |
# File 'lib/cloudstack-cli/base.rb', line 16 def self.exit_on_failure? true end |