Class: Supabase::Auth::Types::Subscription
- Inherits:
-
Struct
- Object
- Struct
- Supabase::Auth::Types::Subscription
- Defined in:
- lib/supabase/auth/types.rb
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#id ⇒ Object
Returns the value of attribute id.
-
#unsubscribe ⇒ Object
Returns the value of attribute unsubscribe.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
425 426 427 |
# File 'lib/supabase/auth/types.rb', line 425 def callback @callback end |
#id ⇒ Object
Returns the value of attribute id
425 426 427 |
# File 'lib/supabase/auth/types.rb', line 425 def id @id end |
#unsubscribe ⇒ Object
Returns the value of attribute unsubscribe
425 426 427 |
# File 'lib/supabase/auth/types.rb', line 425 def unsubscribe @unsubscribe end |