class TinyGate::Types::User
Public Instance Methods
data()
click to toggle source
# File lib/tiny_gate/types/user.rb, line 21 def data { user_id: id, token: token } end
# File lib/tiny_gate/types/user.rb, line 21 def data { user_id: id, token: token } end