Class: Athar::Dashboard::ModelRegistry::ModelInfo
- Inherits:
-
Data
- Object
- Data
- Athar::Dashboard::ModelRegistry::ModelInfo
- Defined in:
- lib/athar/dashboard/model_registry.rb
Instance Attribute Summary collapse
-
#capture_mode ⇒ Object
readonly
Returns the value of attribute capture_mode.
-
#columns ⇒ Object
readonly
Returns the value of attribute columns.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#masks ⇒ Object
readonly
Returns the value of attribute masks.
-
#record_type ⇒ Object
readonly
Returns the value of attribute record_type.
-
#schema ⇒ Object
readonly
Returns the value of attribute schema.
-
#sti ⇒ Object
readonly
Returns the value of attribute sti.
-
#table ⇒ Object
readonly
Returns the value of attribute table.
-
#truncate ⇒ Object
readonly
Returns the value of attribute truncate.
Instance Attribute Details
#capture_mode ⇒ Object (readonly)
Returns the value of attribute capture_mode
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def capture_mode @capture_mode end |
#columns ⇒ Object (readonly)
Returns the value of attribute columns
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def columns @columns end |
#count ⇒ Object (readonly)
Returns the value of attribute count
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def count @count end |
#masks ⇒ Object (readonly)
Returns the value of attribute masks
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def masks @masks end |
#record_type ⇒ Object (readonly)
Returns the value of attribute record_type
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def record_type @record_type end |
#schema ⇒ Object (readonly)
Returns the value of attribute schema
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def schema @schema end |
#sti ⇒ Object (readonly)
Returns the value of attribute sti
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def sti @sti end |
#table ⇒ Object (readonly)
Returns the value of attribute table
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def table @table end |
#truncate ⇒ Object (readonly)
Returns the value of attribute truncate
8 9 10 |
# File 'lib/athar/dashboard/model_registry.rb', line 8 def truncate @truncate end |