struct CB::Credentials

Included Modules

Defined in:

cb/creds.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(account : String, secret : Nil | String = nil) #

[View source]

Class Method Detail

def self.destroy : Bool #

[View source]
def self.get : String | Nil #

[View source]
def self.store(account : String, secret : String) : Bool #

[View source]

Instance Method Detail

def account : String #

[View source]
def secret : String | Nil #

[View source]
def secret=(secret : String | Nil) #

[View source]