Class: TinyGate::Types::User
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- TinyGate::Types::User
- Defined in:
- lib/tiny_gate/types/user.rb
Instance Method Summary collapse
Instance Method Details
#data ⇒ Object
21 22 23 24 25 26 |
# File 'lib/tiny_gate/types/user.rb', line 21 def data { user_id: id, token: token } end |