Class: Upkeep::ActiveRecordQuery::Result
- Inherits:
-
Data
- Object
- Data
- Upkeep::ActiveRecordQuery::Result
- Defined in:
- lib/upkeep/active_record_query.rb
Instance Attribute Summary collapse
-
#appendable ⇒ Object
readonly
Returns the value of attribute appendable.
-
#coverage ⇒ Object
readonly
Returns the value of attribute coverage.
-
#limit_value ⇒ Object
readonly
Returns the value of attribute limit_value.
-
#predicates ⇒ Object
readonly
Returns the value of attribute predicates.
-
#primary_key ⇒ Object
readonly
Returns the value of attribute primary_key.
-
#primary_table ⇒ Object
readonly
Returns the value of attribute primary_table.
-
#sql ⇒ Object
readonly
Returns the value of attribute sql.
-
#table_columns ⇒ Object
readonly
Returns the value of attribute table_columns.
Instance Method Summary collapse
Instance Attribute Details
#appendable ⇒ Object (readonly)
Returns the value of attribute appendable
56 57 58 |
# File 'lib/upkeep/active_record_query.rb', line 56 def appendable @appendable end |
#coverage ⇒ Object (readonly)
Returns the value of attribute coverage
56 57 58 |
# File 'lib/upkeep/active_record_query.rb', line 56 def coverage @coverage end |
#limit_value ⇒ Object (readonly)
Returns the value of attribute limit_value
56 57 58 |
# File 'lib/upkeep/active_record_query.rb', line 56 def limit_value @limit_value end |
#predicates ⇒ Object (readonly)
Returns the value of attribute predicates
56 57 58 |
# File 'lib/upkeep/active_record_query.rb', line 56 def predicates @predicates end |
#primary_key ⇒ Object (readonly)
Returns the value of attribute primary_key
56 57 58 |
# File 'lib/upkeep/active_record_query.rb', line 56 def primary_key @primary_key end |
#primary_table ⇒ Object (readonly)
Returns the value of attribute primary_table
56 57 58 |
# File 'lib/upkeep/active_record_query.rb', line 56 def primary_table @primary_table end |
#sql ⇒ Object (readonly)
Returns the value of attribute sql
56 57 58 |
# File 'lib/upkeep/active_record_query.rb', line 56 def sql @sql end |
#table_columns ⇒ Object (readonly)
Returns the value of attribute table_columns
56 57 58 |
# File 'lib/upkeep/active_record_query.rb', line 56 def table_columns @table_columns end |
Instance Method Details
#appendable? ⇒ Boolean
68 69 70 |
# File 'lib/upkeep/active_record_query.rb', line 68 def appendable? appendable end |
#tables ⇒ Object
66 |
# File 'lib/upkeep/active_record_query.rb', line 66 def tables = table_columns.keys.sort |