Class: Notion::OAuth::Token
- Inherits:
-
Data
- Object
- Data
- Notion::OAuth::Token
- Defined in:
- lib/notion/oauth.rb
Instance Attribute Summary collapse
-
#access_token ⇒ Object
readonly
Returns the value of attribute access_token.
-
#bot_id ⇒ Object
readonly
Returns the value of attribute bot_id.
-
#expires_at ⇒ Object
readonly
Returns the value of attribute expires_at.
-
#raw ⇒ Object
readonly
Returns the value of attribute raw.
-
#refresh_token ⇒ Object
readonly
Returns the value of attribute refresh_token.
-
#workspace_id ⇒ Object
readonly
Returns the value of attribute workspace_id.
Instance Attribute Details
#access_token ⇒ Object (readonly)
Returns the value of attribute access_token
9 10 11 |
# File 'lib/notion/oauth.rb', line 9 def access_token @access_token end |
#bot_id ⇒ Object (readonly)
Returns the value of attribute bot_id
9 10 11 |
# File 'lib/notion/oauth.rb', line 9 def bot_id @bot_id end |
#expires_at ⇒ Object (readonly)
Returns the value of attribute expires_at
9 10 11 |
# File 'lib/notion/oauth.rb', line 9 def expires_at @expires_at end |
#raw ⇒ Object (readonly)
Returns the value of attribute raw
9 10 11 |
# File 'lib/notion/oauth.rb', line 9 def raw @raw end |
#refresh_token ⇒ Object (readonly)
Returns the value of attribute refresh_token
9 10 11 |
# File 'lib/notion/oauth.rb', line 9 def refresh_token @refresh_token end |
#workspace_id ⇒ Object (readonly)
Returns the value of attribute workspace_id
9 10 11 |
# File 'lib/notion/oauth.rb', line 9 def workspace_id @workspace_id end |