class Fog::Google::SQL::Tiers
Public Instance Methods
all()
click to toggle source
Lists all available service tiers
@return [Array<Fog::Google::SQL::Tier>] List of tiers
# File lib/fog/google/models/sql/tiers.rb, line 14 def all data = service.list_tiers.body["items"] || [] load(data) end