Class: Upkeep::Replay::ActiveRecordRelationValue
- Inherits:
-
Object
- Object
- Upkeep::Replay::ActiveRecordRelationValue
- Includes:
- Value
- Defined in:
- lib/upkeep/replay.rb
Instance Method Summary collapse
Methods included from Value
Instance Method Details
#appendable? ⇒ Boolean
248 249 250 |
# File 'lib/upkeep/replay.rb', line 248 def appendable? !!appendable end |
#to_h ⇒ Object
252 253 254 255 256 257 258 259 260 261 262 263 |
# File 'lib/upkeep/replay.rb', line 252 def to_h { type: type, model: model, sql: sql, primary_key: primary_key, appendable: appendable, limit_value: limit_value, predicates: predicates, member_ids: member_ids } end |
#type ⇒ Object
246 |
# File 'lib/upkeep/replay.rb', line 246 def type = "active_record_relation" |