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
54 55 56 |
# File 'lib/upkeep/active_record_query.rb', line 54 def appendable @appendable end |
#coverage ⇒ Object (readonly)
Returns the value of attribute coverage
54 55 56 |
# File 'lib/upkeep/active_record_query.rb', line 54 def coverage @coverage end |
#limit_value ⇒ Object (readonly)
Returns the value of attribute limit_value
54 55 56 |
# File 'lib/upkeep/active_record_query.rb', line 54 def limit_value @limit_value end |
#predicates ⇒ Object (readonly)
Returns the value of attribute predicates
54 55 56 |
# File 'lib/upkeep/active_record_query.rb', line 54 def predicates @predicates end |
#primary_key ⇒ Object (readonly)
Returns the value of attribute primary_key
54 55 56 |
# File 'lib/upkeep/active_record_query.rb', line 54 def primary_key @primary_key end |
#primary_table ⇒ Object (readonly)
Returns the value of attribute primary_table
54 55 56 |
# File 'lib/upkeep/active_record_query.rb', line 54 def primary_table @primary_table end |
#sql ⇒ Object (readonly)
Returns the value of attribute sql
54 55 56 |
# File 'lib/upkeep/active_record_query.rb', line 54 def sql @sql end |
#table_columns ⇒ Object (readonly)
Returns the value of attribute table_columns
54 55 56 |
# File 'lib/upkeep/active_record_query.rb', line 54 def table_columns @table_columns end |
Instance Method Details
#appendable? ⇒ Boolean
66 67 68 |
# File 'lib/upkeep/active_record_query.rb', line 66 def appendable? appendable end |
#tables ⇒ Object
64 |
# File 'lib/upkeep/active_record_query.rb', line 64 def tables = table_columns.keys.sort |