Class: Akashi::Ec2::Ami

Inherits:
Base show all
Defined in:
lib/akashi/ec2/ami.rb

Class Method Summary collapse

Methods inherited from Base

#name, #name=, service_class

Methods inherited from Base

all, base_class, collection, find, find_by, #initialize, where

Constructor Details

This class inherits a constructor from Akashi::Base

Class Method Details

.object_classObject



8
9
10
# File 'lib/akashi/ec2/ami.rb', line 8

def object_class
  @object_class ||= "Image"
end