Class CloudDB::Flavor
In: lib/clouddb/flavor.rb
Parent: Object

Methods

new   populate   refresh  

Attributes

id  [R] 
name  [R] 
ram  [R] 
vcpus  [R] 

Public Class methods

Creates a new CloudDB::Flavor object representing a database flavor.

Public Instance methods

Updates the information about the current Flavor object by making an API call.

refresh()

Alias for populate

[Validate]