Class: TortoiseLabs::Plan

Inherits:
Struct
  • Object
show all
Defined in:
lib/tortoiselabs/vps.rb

Instance Attribute Summary collapse

Instance Attribute Details

#diskObject

Returns the value of attribute disk

Returns:

  • (Object)

    the current value of disk



230
231
232
# File 'lib/tortoiselabs/vps.rb', line 230

def disk
  @disk
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



230
231
232
# File 'lib/tortoiselabs/vps.rb', line 230

def id
  @id
end

#memoryObject

Returns the value of attribute memory

Returns:

  • (Object)

    the current value of memory



230
231
232
# File 'lib/tortoiselabs/vps.rb', line 230

def memory
  @memory
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



230
231
232
# File 'lib/tortoiselabs/vps.rb', line 230

def name
  @name
end

#price_btcObject

Returns the value of attribute price_btc

Returns:

  • (Object)

    the current value of price_btc



230
231
232
# File 'lib/tortoiselabs/vps.rb', line 230

def price_btc
  @price_btc
end

#price_usdObject

Returns the value of attribute price_usd

Returns:

  • (Object)

    the current value of price_usd



230
231
232
# File 'lib/tortoiselabs/vps.rb', line 230

def price_usd
  @price_usd
end

#swapObject

Returns the value of attribute swap

Returns:

  • (Object)

    the current value of swap



230
231
232
# File 'lib/tortoiselabs/vps.rb', line 230

def swap
  @swap
end