Class: Athar::Dashboard::ModelRegistry::ModelInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/athar/dashboard/model_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capture_modeObject (readonly)

Returns the value of attribute capture_mode

Returns:

  • (Object)

    the current value of capture_mode



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def capture_mode
  @capture_mode
end

#columnsObject (readonly)

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def columns
  @columns
end

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def count
  @count
end

#masksObject (readonly)

Returns the value of attribute masks

Returns:

  • (Object)

    the current value of masks



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def masks
  @masks
end

#record_typeObject (readonly)

Returns the value of attribute record_type

Returns:

  • (Object)

    the current value of record_type



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def record_type
  @record_type
end

#schemaObject (readonly)

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def schema
  @schema
end

#stiObject (readonly)

Returns the value of attribute sti

Returns:

  • (Object)

    the current value of sti



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def sti
  @sti
end

#tableObject (readonly)

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def table
  @table
end

#truncateObject (readonly)

Returns the value of attribute truncate

Returns:

  • (Object)

    the current value of truncate



8
9
10
# File 'lib/athar/dashboard/model_registry.rb', line 8

def truncate
  @truncate
end