Class: Paghiper::Configuration
- Inherits:
-
Object
- Object
- Paghiper::Configuration
- Defined in:
- lib/paghiper.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#http_debug ⇒ Object
Returns the value of attribute http_debug.
-
#token ⇒ Object
Returns the value of attribute token.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
21 22 23 |
# File 'lib/paghiper.rb', line 21 def initialize @http_debug = false end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
19 20 21 |
# File 'lib/paghiper.rb', line 19 def api_key @api_key end |
#http_debug ⇒ Object
Returns the value of attribute http_debug.
19 20 21 |
# File 'lib/paghiper.rb', line 19 def http_debug @http_debug end |
#token ⇒ Object
Returns the value of attribute token.
19 20 21 |
# File 'lib/paghiper.rb', line 19 def token @token end |