Class: RubyRedtail::Configuration
- Inherits:
-
Object
- Object
- RubyRedtail::Configuration
- Defined in:
- lib/ruby-redtail.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_uri ⇒ Object
Returns the value of attribute api_uri.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
25 26 27 |
# File 'lib/ruby-redtail.rb', line 25 def api_key @api_key end |
#api_uri ⇒ Object
Returns the value of attribute api_uri.
26 27 28 |
# File 'lib/ruby-redtail.rb', line 26 def api_uri @api_uri end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
27 28 29 |
# File 'lib/ruby-redtail.rb', line 27 def secret_key @secret_key end |