Class: Notion::Config
- Inherits:
- 
      Object
      
        - Object
- Notion::Config
 
- Defined in:
- lib/notion-sdk-ruby/config.rb
Instance Attribute Summary collapse
- 
  
    
      #api_token  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute api_token. 
- 
  
    
      #notion_version  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute notion_version. 
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
| 3 4 5 | # File 'lib/notion-sdk-ruby/config.rb', line 3 def api_token @api_token end | 
#notion_version ⇒ Object
Returns the value of attribute notion_version.
| 3 4 5 | # File 'lib/notion-sdk-ruby/config.rb', line 3 def notion_version @notion_version end |