Module: CoreExtensions::Arel::Table

Defined in:
lib/core_extensions/arel/table.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#finalObject

Returns the value of attribute final.



4
5
6
# File 'lib/core_extensions/arel/table.rb', line 4

def final
  @final
end

Instance Method Details

#is_viewObject



6
7
8
# File 'lib/core_extensions/arel/table.rb', line 6

def is_view
  type_caster.is_view
end