Class: Bunny::Configuration
- Inherits:
-
Object
- Object
- Bunny::Configuration
- Defined in:
- lib/bunny/configuration.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#edge_api_token ⇒ Object
Returns the value of attribute edge_api_token.
-
#edge_name ⇒ Object
Returns the value of attribute edge_name.
-
#edge_region ⇒ Object
Returns the value of attribute edge_region.
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token.
5 6 7 |
# File 'lib/bunny/configuration.rb', line 5 def api_token @api_token end |
#edge_api_token ⇒ Object
Returns the value of attribute edge_api_token.
6 7 8 |
# File 'lib/bunny/configuration.rb', line 6 def edge_api_token @edge_api_token end |
#edge_name ⇒ Object
Returns the value of attribute edge_name.
6 7 8 |
# File 'lib/bunny/configuration.rb', line 6 def edge_name @edge_name end |
#edge_region ⇒ Object
Returns the value of attribute edge_region.
6 7 8 |
# File 'lib/bunny/configuration.rb', line 6 def edge_region @edge_region end |