Class: PushWoosher::Config
- Inherits:
-
Object
- Object
- PushWoosher::Config
- Defined in:
- lib/push_woosher/config.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#application_code ⇒ Object
Returns the value of attribute application_code.
Instance Method Summary collapse
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
4 5 6 |
# File 'lib/push_woosher/config.rb', line 4 def api_token @api_token end |
#application_code ⇒ Object
Returns the value of attribute application_code.
3 4 5 |
# File 'lib/push_woosher/config.rb', line 3 def application_code @application_code end |
Instance Method Details
#setup {|_self| ... } ⇒ Object
6 7 8 |
# File 'lib/push_woosher/config.rb', line 6 def setup yield self end |