class Balance

Defined in:

balance.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String, app_id : String) #

[View source]

Instance Method Detail

def app_id : String #

[View source]
def app_id=(app_id : String) #

[View source]
def balance : Float64 #

[View source]
def balance=(balance : Float64) #

[View source]
def token : String #

[View source]
def token=(token : String) #

[View source]