Class: Appygram::Config
- Inherits:
-
Object
- Object
- Appygram::Config
- Defined in:
- lib/appygram.rb
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.appygram_endpoint ⇒ Object
Returns the value of attribute appygram_endpoint.
-
.platform ⇒ Object
Returns the value of attribute platform.
-
.software ⇒ Object
Returns the value of attribute software.
-
.trace_endpoint ⇒ Object
Returns the value of attribute trace_endpoint.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
82 83 84 |
# File 'lib/appygram.rb', line 82 def api_key @api_key end |
.appygram_endpoint ⇒ Object
Returns the value of attribute appygram_endpoint.
82 83 84 |
# File 'lib/appygram.rb', line 82 def appygram_endpoint @appygram_endpoint end |
.platform ⇒ Object
Returns the value of attribute platform.
82 83 84 |
# File 'lib/appygram.rb', line 82 def platform @platform end |
.software ⇒ Object
Returns the value of attribute software.
82 83 84 |
# File 'lib/appygram.rb', line 82 def software @software end |
.trace_endpoint ⇒ Object
Returns the value of attribute trace_endpoint.
82 83 84 |
# File 'lib/appygram.rb', line 82 def trace_endpoint @trace_endpoint end |