class PusherConfig
Attributes
key[RW]
Public Class Methods
new(config)
click to toggle source
# File lib/motion-pusher/motion-pusher.rb, line 8 def initialize(config) @config = config end
Public Instance Methods
key=(value)
click to toggle source
# File lib/motion-pusher/motion-pusher.rb, line 12 def key=(value) @config.info_plist['MotionPusher'] ||= {} @config.info_plist['MotionPusher']['key'] = value end