Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
placeos
v2.11.9
PlaceOS
Client
API
Error
Models
APIKey
Asset
AssetInstance
Tracking
Authority
Cluster
Driver
Function
Parameter
ParameterKind
LdapAuthentication
Metadata
Module
OAuthApplication
OAuthAuthentication
Ping
Repository
ResourceToken
Role
SamlAuthentication
Settings
System
Timestamps
Trigger
Actions
Email
Function
Conditions
Comparison
Constant
StatusVariable
Value
TimeDependent
Type
TriggerInstance
User
Version
Websocket
Request
Type
Response
Debug
Level
Error
Code
Meta
Notify
Success
Type
Zone
APIWrapper
APIKeys
AssetInstances
Assets
AuthBase
Authority
Cluster
Domains
Drivers
Ldap
Metadata
Modules
OAuth
OAuthApplications
Repositories
Root
Saml
Settings
Systems
SystemTriggers
Triggers
Users
Zones
Generated using Crystal 1.14.0
2025-03-24 12:24:23 UTC
struct
PlaceOS::
Client::
API::
Models::
Ping
PlaceOS::Client::API::Models::Ping
PlaceOS::Client::API::Models::Response
Struct
Value
Object
Defined in:
placeos/api/models/ping.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#exception
: String | Nil
#host
: String
#pingable
: Bool
#warning
: String | Nil
Constructor methods inherited from struct
PlaceOS::Client::API::Models::Response
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
exception
: String | Nil
#
[
View source
]
def
host
: String
#
[
View source
]
def
pingable
: Bool
#
[
View source
]
def
warning
: String | Nil
#
[
View source
]