Class: PushWoosher::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/push_woosher/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#api_tokenObject

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_codeObject

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

Yields:

  • (_self)

Yield Parameters:



6
7
8
# File 'lib/push_woosher/config.rb', line 6

def setup
  yield self
end