CB::Credentials
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(account : String, secret : Nil | String = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
destroy
Sourceget
Sourcestore(account : String, secret : String) : Bool
SourceInstance methods
account
Sourcesecret
Sourcesecret=(secret : String | Nil)
Source