Class: BarnyardAws::AwsSnapshots
- Defined in:
- lib/barnyard_aws.rb
Instance Attribute Summary
Attributes inherited from AwsObject
#began_at, #ended_at, #synchronizer
Instance Method Summary collapse
-
#initialize(args) ⇒ AwsSnapshots
constructor
A new instance of AwsSnapshots.
Methods inherited from AwsObject
Constructor Details
#initialize(args) ⇒ AwsSnapshots
Returns a new instance of AwsSnapshots.
221 222 223 |
# File 'lib/barnyard_aws.rb', line 221 def initialize args super args end |