Method: Query#performed_at=
- Defined in:
- lib/coding_challenge/commands/util/Query.rb
#performed_at=(value) ⇒ Object (writeonly)
Sets the attribute performed_at
5 6 7 |
# File 'lib/coding_challenge/commands/util/Query.rb', line 5 def performed_at=(value) @performed_at = value end |