Class: CellForce::Configuration
- Inherits:
-
Object
- Object
- CellForce::Configuration
- Defined in:
- lib/cell_force/configuration.rb
Defined Under Namespace
Classes: Error
Instance Method Summary collapse
Instance Method Details
#credentials ⇒ Object
29 30 31 |
# File 'lib/cell_force/configuration.rb', line 29 def credentials @credentials ||= { username: username, password: password } end |
#headers ⇒ Object
33 34 35 |
# File 'lib/cell_force/configuration.rb', line 33 def headers @headers ||= { "apikey" => api_key } end |