Module: Aws::AwsBaseInterface::ClassMethods
- Included in:
- S3Interface
- Defined in:
- lib/awsbase/awsbase.rb
Class Method Summary collapse
Class Method Details
.bench ⇒ Object
90 91 92 |
# File 'lib/awsbase/awsbase.rb', line 90 def self.bench @@bench end |
.bench_s3 ⇒ Object
98 99 100 |
# File 'lib/awsbase/awsbase.rb', line 98 def self.bench_s3 @@bench.service end |
.bench_xml ⇒ Object
94 95 96 |
# File 'lib/awsbase/awsbase.rb', line 94 def self.bench_xml @@bench.xml end |