class LuckySwagger::HabitatSettings
- LuckySwagger::HabitatSettings
- Reference
- Object
Defined in:
lucky_swagger.crClass Method Summary
- .authorizations : Array(Swagger::Authorization) | Nil
- .authorizations=(value : Array(Swagger::Authorization) | Nil)
-
.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.
- .contact : Swagger::Contact | Nil
- .contact=(value : Swagger::Contact | Nil)
-
.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.
- .debug_mode : Bool
- .debug_mode=(value : Bool)
-
.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.
- .description : String | Nil
- .description=(value : String | Nil)
-
.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.
- .host : String
- .host=(value : String)
-
.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.
- .license : Swagger::License | Nil
- .license=(value : Swagger::License | Nil)
-
.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.
- .namespaces : Array(String)
- .namespaces=(value : Array(String))
-
.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.
- .path : String
- .path=(value : String)
-
.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.
- .port : Int32
- .port=(value : Int32)
-
.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.
- .terms_url : String | Nil
- .terms_url=(value : String | Nil)
-
.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.
- .title : String
- .title=(value : String)
-
.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.
-
.to_h
Generates a hash using the provided values
- .version : String
- .version=(value : String)
-
.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.
Class Method Detail
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.