Class: Increase::Models::AccountTransfer::Approval
- Defined in:
- lib/increase/models/account_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.
95 |
# File 'lib/increase/models/account_transfer.rb', line 95 required :approved_at, String |
#approved_by ⇒ String
If the Transfer was approved by a user in the dashboard, the email address of that user.
100 |
# File 'lib/increase/models/account_transfer.rb', line 100 required :approved_by, String |