Module: BitsOnTheRun::Configuration
- Included in:
- BitsOnTheRun
- Defined in:
- lib/bitsontherun/configuration.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Method Summary collapse
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/bitsontherun/configuration.rb', line 3 def key @key end |
#secret ⇒ Object
Returns the value of attribute secret.
4 5 6 |
# File 'lib/bitsontherun/configuration.rb', line 4 def secret @secret end |
Instance Method Details
#format ⇒ Object
6 |
# File 'lib/bitsontherun/configuration.rb', line 6 def format; "json"; end |