Class: Awsborn::Ec2::KeyPair

Inherits:
Struct
  • Object
show all
Defined in:
lib/awsborn/ec2.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



28
29
30
# File 'lib/awsborn/ec2.rb', line 28

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



28
29
30
# File 'lib/awsborn/ec2.rb', line 28

def path
  @path
end