Method: SDM::SnapshotAccountGrants#get
- Defined in:
- lib/svc.rb
#get(id, deadline: nil) ⇒ Object
Get reads one AccountGrant by ID.
610 611 612 613 614 615 616 617 618 |
# File 'lib/svc.rb', line 610 def get( id, deadline: nil ) return @account_grants.get( id, deadline: deadline, ) end |