struct Rhombus::SecurityMock::CardUser
- Rhombus::SecurityMock::CardUser
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
rhombus/security_mock.crConstructors
Instance Method Summary
- #card_id : String
- #clone
- #copy_with(card_id _card_id = @card_id, user_name _user_name = @user_name, user_email _user_email = @user_email)
- #user_email : String
- #user_name : String
Constructor Detail
Instance Method Detail
def copy_with(card_id _card_id = @card_id, user_name _user_name = @user_name, user_email _user_email = @user_email)
#