class LuckySwagger::HabitatSettings

Defined in:

lucky_swagger.cr

Class Method Summary

Class Method Detail

def self.authorizations : Array(Swagger::Authorization) | Nil #

def self.authorizations=(value : Array(Swagger::Authorization) | Nil) #

def self.authorizations? #

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


def self.contact : Swagger::Contact | Nil #

def self.contact=(value : Swagger::Contact | Nil) #

def self.contact? #

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


def self.debug_mode : Bool #

def self.debug_mode=(value : Bool) #

def self.debug_mode? #

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


def self.description : String | Nil #

def self.description=(value : String | Nil) #

def self.description? #

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


def self.host : String #

def self.host=(value : String) #

def self.host? #

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


def self.license : Swagger::License | Nil #

def self.license=(value : Swagger::License | Nil) #

def self.license? #

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


def self.namespaces : Array(String) #

def self.namespaces=(value : Array(String)) #

def self.namespaces? #

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


def self.path : String #

def self.path=(value : String) #

def self.path? #

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


def self.port : Int32 #

def self.port=(value : Int32) #

def self.port? #

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


def self.terms_url : String | Nil #

def self.terms_url=(value : String | Nil) #

def self.terms_url? #

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


def self.title : String #

def self.title=(value : String) #

def self.title? #

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


def self.to_h #

Generates a hash using the provided values


def self.version : String #

def self.version=(value : String) #

def self.version? #

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