struct Rhombus::SecurityMock::CardUser

Included Modules

Extended Modules

Defined in:

rhombus/security_mock.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(card_id : String, user_name : String, user_email : String) #

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

[View source]

Instance Method Detail

def card_id : String #

def clone #

[View source]
def copy_with(card_id _card_id = @card_id, user_name _user_name = @user_name, user_email _user_email = @user_email) #

[View source]
def user_email : String #

def user_name : String #