Class: Twilio::JWT::AccessToken::PlaybackGrant
- Inherits:
-
Object
- Object
- Twilio::JWT::AccessToken::PlaybackGrant
- Includes:
- Twilio::JWT::AccessTokenGrant
- Defined in:
- lib/twilio-ruby/jwt/access_token.rb
Instance Attribute Summary collapse
-
#grant ⇒ Object
Returns the value of attribute grant.
Instance Method Summary collapse
Instance Attribute Details
#grant ⇒ Object
Returns the value of attribute grant.
273 274 275 |
# File 'lib/twilio-ruby/jwt/access_token.rb', line 273 def grant @grant end |
Instance Method Details
#_generate_payload ⇒ Object
279 280 281 |
# File 'lib/twilio-ruby/jwt/access_token.rb', line 279 def _generate_payload grant end |
#_key ⇒ Object
275 276 277 |
# File 'lib/twilio-ruby/jwt/access_token.rb', line 275 def _key 'player' end |