class Cable::HabitatSettings

Defined in:

cable.cr

Class Method Summary

Class Method Detail

def self.route : String #

def self.route=(value : String) #

def self.route? #

Used for checking missing settings on non-nilable types It's advised to use route in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values


def self.token : String #

def self.token=(value : String) #

def self.token? #

Used for checking missing settings on non-nilable types It's advised to use token in your apps to ensure the propper type is checked.


def self.url : String #

def self.url=(value : String) #

def self.url? #

Used for checking missing settings on non-nilable types It's advised to use url in your apps to ensure the propper type is checked.