Class: Supabase::Auth::Types::Subscription

Inherits:
Struct
  • Object
show all
Defined in:
lib/supabase/auth/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



434
435
436
# File 'lib/supabase/auth/types.rb', line 434

def callback
  @callback
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



434
435
436
# File 'lib/supabase/auth/types.rb', line 434

def id
  @id
end

#unsubscribeObject

Returns the value of attribute unsubscribe

Returns:

  • (Object)

    the current value of unsubscribe



434
435
436
# File 'lib/supabase/auth/types.rb', line 434

def unsubscribe
  @unsubscribe
end