Method: Urbanairship::Devices::OpenChannel#initialize

Defined in:
lib/urbanairship/devices/open_channel.rb

#initialize(client: required('client')) ⇒ OpenChannel

Returns a new instance of OpenChannel.



25
26
27
# File 'lib/urbanairship/devices/open_channel.rb', line 25

def initialize(client: required('client'))
  @client = client
end