Class: Rightscale::Rackspace::BenchmarkingBlock
- Defined in:
- lib/rackspace_base.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#parser ⇒ Object
Returns the value of attribute parser.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize ⇒ BenchmarkingBlock
constructor
A new instance of BenchmarkingBlock.
Constructor Details
#initialize ⇒ BenchmarkingBlock
Returns a new instance of BenchmarkingBlock.
29 30 31 32 33 34 |
# File 'lib/rackspace_base.rb', line 29 def initialize # Benchmark::Tms instance for service access benchmarking. @service = Benchmark::Tms.new() # Benchmark::Tms instance for parsing benchmarking. @parser = Benchmark::Tms.new() end |