Class: SupabaseApi::Sample
Class Attribute Summary collapse
-
.table_name ⇒ Object
Returns the value of attribute table_name.
Method Summary
Methods inherited from Record
all, #assign_attributes, #attributes, create, #destroy, find, find_by_id, #initialize, #save, where
Constructor Details
This class inherits a constructor from SupabaseApi::Record
Class Attribute Details
.table_name ⇒ Object
Returns the value of attribute table_name.
6 7 8 |
# File 'lib/supabase_api/sample.rb', line 6 def table_name @table_name end |