Module: PushWoosher
- Defined in:
- lib/push_woosher.rb,
lib/push_woosher/base.rb,
lib/push_woosher/push.rb,
lib/push_woosher/config.rb,
lib/push_woosher/version.rb,
lib/push_woosher/device/ios.rb,
lib/push_woosher/device/base.rb,
lib/push_woosher/device/android.rb
Defined Under Namespace
Modules: Device Classes: Base, Config, Push
Constant Summary collapse
- VERSION =
"0.0.1"
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
12 13 14 |
# File 'lib/push_woosher/config.rb', line 12 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
14 15 16 17 |
# File 'lib/push_woosher/config.rb', line 14 def configure self.configuration ||= Config.new yield(configuration) end |