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.
214 215 216 |
# File 'lib/twilio-ruby/jwt/access_token.rb', line 214 def grant @grant end |
Instance Method Details
#_generate_payload ⇒ Object
220 221 222 |
# File 'lib/twilio-ruby/jwt/access_token.rb', line 220 def _generate_payload grant end |
#_key ⇒ Object
216 217 218 |
# File 'lib/twilio-ruby/jwt/access_token.rb', line 216 def _key 'player' end |