Method: SDM::AccountResource#created_at
- Defined in:
- lib/models/porcelain.rb
#created_at ⇒ Object
The time this grant was created, distinct from 'granted at' in the case where access is scheduled for the future. If access was granted, revoked, and granted again, this will reflect the later creation time.
1327 1328 1329 |
# File 'lib/models/porcelain.rb', line 1327 def created_at @created_at end |