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



425
426
427
# File 'lib/supabase/auth/types.rb', line 425

def callback
  @callback
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



425
426
427
# File 'lib/supabase/auth/types.rb', line 425

def id
  @id
end

#unsubscribeObject

Returns the value of attribute unsubscribe

Returns:

  • (Object)

    the current value of unsubscribe



425
426
427
# File 'lib/supabase/auth/types.rb', line 425

def unsubscribe
  @unsubscribe
end