Class: RubyRedtail::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-redtail.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyObject

Returns the value of attribute api_key.



25
26
27
# File 'lib/ruby-redtail.rb', line 25

def api_key
  @api_key
end

#api_uriObject

Returns the value of attribute api_uri.



26
27
28
# File 'lib/ruby-redtail.rb', line 26

def api_uri
  @api_uri
end

#secret_keyObject

Returns the value of attribute secret_key.



27
28
29
# File 'lib/ruby-redtail.rb', line 27

def secret_key
  @secret_key
end