Module: Ec2spec
- Defined in:
- lib/ec2spec/cli.rb,
lib/ec2spec/const.rb,
lib/ec2spec/client.rb,
lib/ec2spec/logger.rb,
lib/ec2spec/version.rb,
lib/ec2spec/offer_file.rb,
lib/ec2spec/host_result.rb,
lib/ec2spec/hash_formatter.rb,
lib/ec2spec/json_formatter.rb,
lib/ec2spec/offer_index_file.rb,
lib/ec2spec/price_calculator.rb,
lib/ec2spec/plain_text_formatter.rb
Defined Under Namespace
Modules: Const, HashFormatter, JsonFormatter, PlainTextFormatter Classes: CLI, Client, HostResult, OfferFile, OfferIndexFile, PriceCalculator, UndefineFormatterError
Constant Summary collapse
- VERSION =
'0.1.2'
Class Attribute Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.logger ⇒ Object
Returns the value of attribute logger.
8 9 10 |
# File 'lib/ec2spec/logger.rb', line 8 def logger @logger end |