class Quantum::Session

Defined in:

quantum/session.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host_name : String, api_key : String, device_key : String) #

[View source]

Instance Method Detail

def api_key : String #

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

[View source]
def client : Halite::Client #

[View source]
def device_key : String #

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

[View source]
def host_name : String #

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

[View source]
def post(**kwargs) : Halite::Response #

[View source]
def url : String #

[View source]