Class: MoesifApi::Configuration
- Inherits:
-
Object
- Object
- MoesifApi::Configuration
- Defined in:
- lib/moesif_api/configuration.rb
Class Attribute Summary collapse
-
.application_id ⇒ Object
Returns the value of attribute application_id.
-
.base_uri ⇒ Object
Returns the value of attribute base_uri.
-
.retry_count ⇒ Object
Returns the value of attribute retry_count.
-
.user_agent ⇒ Object
Returns the value of attribute user_agent.
-
.version ⇒ Object
Returns the value of attribute version.
Class Attribute Details
.application_id ⇒ Object
Returns the value of attribute application_id.
20 21 22 |
# File 'lib/moesif_api/configuration.rb', line 20 def application_id @application_id end |
.base_uri ⇒ Object
Returns the value of attribute base_uri.
19 20 21 |
# File 'lib/moesif_api/configuration.rb', line 19 def base_uri @base_uri end |
.retry_count ⇒ Object
Returns the value of attribute retry_count.
23 24 25 |
# File 'lib/moesif_api/configuration.rb', line 23 def retry_count @retry_count end |
.user_agent ⇒ Object
Returns the value of attribute user_agent.
22 23 24 |
# File 'lib/moesif_api/configuration.rb', line 22 def user_agent @user_agent end |
.version ⇒ Object
Returns the value of attribute version.
21 22 23 |
# File 'lib/moesif_api/configuration.rb', line 21 def version @version end |