Class: RightAws::AwsBenchmarkingBlock
- Inherits:
-
Object
- Object
- RightAws::AwsBenchmarkingBlock
- Defined in:
- lib/awsbase/right_awsbase.rb
Overview
:nodoc:
Instance Attribute Summary (collapse)
-
- (Object) service
Returns the value of attribute service.
-
- (Object) xml
Returns the value of attribute xml.
Instance Method Summary (collapse)
-
- (AwsBenchmarkingBlock) initialize
constructor
A new instance of AwsBenchmarkingBlock.
Constructor Details
- (AwsBenchmarkingBlock) initialize
A new instance of AwsBenchmarkingBlock
179 180 181 182 183 184 |
# File 'lib/awsbase/right_awsbase.rb', line 179 def initialize # Benchmark::Tms instance for service (Ec2, S3, or SQS) access benchmarking. @service = Benchmark::Tms.new() # Benchmark::Tms instance for XML parsing benchmarking. @xml = Benchmark::Tms.new() end |
Instance Attribute Details
- (Object) service
Returns the value of attribute service
178 179 180 |
# File 'lib/awsbase/right_awsbase.rb', line 178 def service @service end |
- (Object) xml
Returns the value of attribute xml
178 179 180 |
# File 'lib/awsbase/right_awsbase.rb', line 178 def xml @xml end |