Tinrelay::KeyringData
Inherits JSON::Serializable < Reference < Object
Constructors
new(server : String, ship : String, owner_public_key : String, radios : Array(Tinrelay::ShipRadioIdentity), owner_generation : Int32 = 1, active_radio_generation : Int32 = 1, pending_radio : Nil | Tinrelay::ShipRadioIdentity = nil, contacts : Array(Tinrelay::ShipContact) = [] of ShipContact, format : Int32 = 2)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
active_radio_generation
Sourcecontacts
Sourceformat
Sourceowner_generation
Sourceowner_public_key
Sourcepending_radio
Sourcepending_radio=(pending_radio : ShipRadioIdentity | Nil)
Sourceradios
Sourceserver
Sourceship
Source