Class: Increase::Models::CheckTransfer::Approval
- Defined in:
- lib/increase/models/check_transfer.rb
Instance Attribute Summary collapse
-
#approved_at ⇒ String
The ISO 8601 date and time at which the transfer was approved.
-
#approved_by ⇒ String
If the Transfer was approved by a user in the dashboard, the email address of that user.
Method Summary
Methods inherited from BaseModel
Instance Attribute Details
#approved_at ⇒ String
The ISO 8601 date and time at which the transfer was approved.
137 |
# File 'lib/increase/models/check_transfer.rb', line 137 required :approved_at, String |
#approved_by ⇒ String
If the Transfer was approved by a user in the dashboard, the email address of that user.
142 |
# File 'lib/increase/models/check_transfer.rb', line 142 required :approved_by, String |