class Ptero::Models::FeatureLimits

Included Modules

Defined in:

models/servers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(allocations : Int32, backups : Int32, databases : Int32) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def allocations : Int32 #

[View source]
def allocations=(allocations : Int32) #

[View source]
def backups : Int32 #

[View source]
def backups=(backups : Int32) #

[View source]
def databases : Int32 #

[View source]
def databases=(databases : Int32) #

[View source]