Class: Upkeep::Runtime::RelationProvenance
- Inherits:
-
Data
- Object
- Data
- Upkeep::Runtime::RelationProvenance
- Defined in:
- lib/upkeep/runtime.rb
Instance Attribute Summary collapse
-
#analysis ⇒ Object
readonly
Returns the value of attribute analysis.
-
#model_name ⇒ Object
readonly
Returns the value of attribute model_name.
Instance Method Summary collapse
- #appendable? ⇒ Boolean
- #coverage ⇒ Object
- #limit_value ⇒ Object
- #predicates ⇒ Object
- #primary_key ⇒ Object
- #primary_table ⇒ Object
- #sql ⇒ Object
- #table_columns ⇒ Object
Instance Attribute Details
#analysis ⇒ Object (readonly)
Returns the value of attribute analysis
65 66 67 |
# File 'lib/upkeep/runtime.rb', line 65 def analysis @analysis end |
#model_name ⇒ Object (readonly)
Returns the value of attribute model_name
65 66 67 |
# File 'lib/upkeep/runtime.rb', line 65 def model_name @model_name end |
Instance Method Details
#appendable? ⇒ Boolean
72 |
# File 'lib/upkeep/runtime.rb', line 72 def appendable? = analysis.appendable? |
#coverage ⇒ Object
68 |
# File 'lib/upkeep/runtime.rb', line 68 def coverage = analysis.coverage |
#limit_value ⇒ Object
73 |
# File 'lib/upkeep/runtime.rb', line 73 def limit_value = analysis.limit_value |
#predicates ⇒ Object
71 |
# File 'lib/upkeep/runtime.rb', line 71 def predicates = analysis.predicates |
#primary_key ⇒ Object
70 |
# File 'lib/upkeep/runtime.rb', line 70 def primary_key = analysis.primary_key |
#primary_table ⇒ Object
66 |
# File 'lib/upkeep/runtime.rb', line 66 def primary_table = analysis.primary_table |
#sql ⇒ Object
69 |
# File 'lib/upkeep/runtime.rb', line 69 def sql = analysis.sql |
#table_columns ⇒ Object
67 |
# File 'lib/upkeep/runtime.rb', line 67 def table_columns = analysis.table_columns |