Class: TinyGate::Types::User

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/tiny_gate/types/user.rb

Instance Method Summary collapse

Instance Method Details

#dataObject



21
22
23
24
25
26
# File 'lib/tiny_gate/types/user.rb', line 21

def data
  {
    user_id: id,
    token: token
  }
end