Class: Awsprice::Instance

Inherits:
Object
  • Object
show all
Defined in:
lib/awsprice/instance.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ecuObject

, :os , :price, :yrTerm1, :yrTerm1Hourly, :yrTerm3, :yrTerm3Hourly



3
4
5
# File 'lib/awsprice/instance.rb', line 3

def ecu
  @ecu
end

#memoryObject

, :os , :price, :yrTerm1, :yrTerm1Hourly, :yrTerm3, :yrTerm3Hourly



3
4
5
# File 'lib/awsprice/instance.rb', line 3

def memory
  @memory
end

#sizeObject

, :os , :price, :yrTerm1, :yrTerm1Hourly, :yrTerm3, :yrTerm3Hourly



3
4
5
# File 'lib/awsprice/instance.rb', line 3

def size
  @size
end

#storageObject

, :os , :price, :yrTerm1, :yrTerm1Hourly, :yrTerm3, :yrTerm3Hourly



3
4
5
# File 'lib/awsprice/instance.rb', line 3

def storage
  @storage
end

#typeObject

, :os , :price, :yrTerm1, :yrTerm1Hourly, :yrTerm3, :yrTerm3Hourly



3
4
5
# File 'lib/awsprice/instance.rb', line 3

def type
  @type
end

#vcpuObject

, :os , :price, :yrTerm1, :yrTerm1Hourly, :yrTerm3, :yrTerm3Hourly



3
4
5
# File 'lib/awsprice/instance.rb', line 3

def vcpu
  @vcpu
end