Class: Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



4
5
6
7
# File 'lib/configuration.rb', line 4

def initialize
  @token = nil
  @token_master = nil
end

Instance Attribute Details

#tokenObject

Returns the value of attribute token.



2
3
4
# File 'lib/configuration.rb', line 2

def token
  @token
end

#token_masterObject

Returns the value of attribute token_master.



2
3
4
# File 'lib/configuration.rb', line 2

def token_master
  @token_master
end