Class: PusherConfig
- Inherits:
- 
      Object
      
        - Object
- PusherConfig
 
- Defined in:
- lib/motion-pusher/motion-pusher.rb
Instance Attribute Summary collapse
- 
  
    
      #authorization_url  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute authorization_url. 
- 
  
    
      #key  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute key. 
Instance Method Summary collapse
- 
  
    
      #initialize(config)  ⇒ PusherConfig 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PusherConfig. 
Constructor Details
#initialize(config) ⇒ PusherConfig
Returns a new instance of PusherConfig.
| 8 9 10 | # File 'lib/motion-pusher/motion-pusher.rb', line 8 def initialize(config) @config = config end | 
Instance Attribute Details
#authorization_url ⇒ Object
Returns the value of attribute authorization_url.
| 6 7 8 | # File 'lib/motion-pusher/motion-pusher.rb', line 6 def @authorization_url end | 
#key ⇒ Object
Returns the value of attribute key.
| 6 7 8 | # File 'lib/motion-pusher/motion-pusher.rb', line 6 def key @key end |