Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ptero
main
Ptero
Application
AuthFailedError
ConflictError
Error
Models
AllocationData
APIConfiguration
AppServer
Container
DeployData
FeatureLimits
FractalItem
FractalList
Limits
Node
NodeConfiguration
NodeResources
Pagination
ServerStatus
SFTPConfiguration
SSLConfiguration
SubUser
SystemConfiguration
User
NotFoundError
Built with Crystal 1.9.2
2023-10-07 19:15:43 UTC
struct
Ptero::Models::SSLConfiguration
Ptero::Models::SSLConfiguration
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
models/node.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#cert
: String
#enabled
: Bool
#key
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
cert
: String
#
[
View source
]
def
enabled
: Bool
#
[
View source
]
def
key
: String
#
[
View source
]