Class: Fog::AWS::Compute::Image

Inherits:
Object
  • Object
show all
Defined in:
lib/breeze/fog_extensions/aws.rb

Instance Method Summary collapse

Instance Method Details

#display_nameObject



58
59
60
# File 'lib/breeze/fog_extensions/aws.rb', line 58

def display_name
  name or location
end

#full_typeObject



62
63
64
# File 'lib/breeze/fog_extensions/aws.rb', line 62

def full_type
  "#{type}, #{architecture}, #{root_device_type}"
end