Class: PusherConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/motion-pusher/motion-pusher.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_urlObject

Returns the value of attribute authorization_url.



6
7
8
# File 'lib/motion-pusher/motion-pusher.rb', line 6

def authorization_url
  @authorization_url
end

#keyObject

Returns the value of attribute key.



6
7
8
# File 'lib/motion-pusher/motion-pusher.rb', line 6

def key
  @key
end