struct CB::Model::Account

Included Modules

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, name : String, email : String) #

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

Instance Method Detail

def clone #

def copy_with(id _id = @id, name _name = @name, email _email = @email) #

def email : String #

def id : String #

def name : String #