class Mipush::IosMessage
Attributes
badge[RW]
extra_sound_url[RW]
Public Class Methods
new(options={})
click to toggle source
# File lib/mipush/ios_message.rb, line 5 def initialize(options={}) @description = options[:description] @time_to_live = options[:time_to_live] @time_to_send = options[:time_to_send] @extra_sound_url = options[:extra_sound_url] @badge = options[:badge] end