Method: SDM::AccountResource#granted_at
- Defined in:
- lib/models/porcelain.rb
#granted_at ⇒ Object
The most recent time at which access was granted. If access was granted, revoked, and granted again, this will reflect the later time.
1450 1451 1452 |
# File 'lib/models/porcelain.rb', line 1450 def granted_at @granted_at end |