struct Kutt::UserInfo

Included Modules

Defined in:

kutt/user_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(apikey : String, email : String, domains : Array(Domain)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def apikey : String #

def clone #

[View source]
def copy_with(apikey _apikey = @apikey, email _email = @email, domains _domains = @domains) #

[View source]
def domains : Array(Domain) #

def email : String #