Class: Increase::Models::CheckTransfer::Approval

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/increase/models/check_transfer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #inspect, #to_h, #to_s

Instance Attribute Details

#approved_atString

The ISO 8601 date and time at which the transfer was approved.

Returns:

  • (String)


137
# File 'lib/increase/models/check_transfer.rb', line 137

required :approved_at, String

#approved_byString

If the Transfer was approved by a user in the dashboard, the email address of that user.

Returns:

  • (String)


142
# File 'lib/increase/models/check_transfer.rb', line 142

required :approved_by, String