Class: Paggi::Configuration
- Inherits:
-
Object
- Object
- Paggi::Configuration
- Defined in:
- lib/paggi/configuration.rb
Overview
Configuration data holder
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#host ⇒ Object
Returns the value of attribute host.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
4 5 6 |
# File 'lib/paggi/configuration.rb', line 4 def api_key @api_key end |
#host ⇒ Object
Returns the value of attribute host.
4 5 6 |
# File 'lib/paggi/configuration.rb', line 4 def host @host end |
#version ⇒ Object
Returns the value of attribute version.
4 5 6 |
# File 'lib/paggi/configuration.rb', line 4 def version @version end |