Class: SupabaseApi::Sample

Inherits:
Record
  • Object
show all
Defined in:
lib/supabase_api/sample.rb

Class Attribute Summary collapse

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_nameObject

Returns the value of attribute table_name.



6
7
8
# File 'lib/supabase_api/sample.rb', line 6

def table_name
  @table_name
end