Module: BitsOnTheRun::Configuration

Included in:
BitsOnTheRun
Defined in:
lib/bitsontherun/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



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

def key
  @key
end

#secretObject

Returns the value of attribute secret.



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

def secret
  @secret
end

Instance Method Details

#formatObject



6
# File 'lib/bitsontherun/configuration.rb', line 6

def format; "json"; end