Class: Calpack::CalpackClient
- Inherits:
-
Object
- Object
- Calpack::CalpackClient
- Defined in:
- lib/calpack/calpack_client.rb
Overview
calpack client class.
Instance Method Summary collapse
-
#config ⇒ Configuration
Returns the configuration class for easy access.
-
#simple_calculator ⇒ SimpleCalculatorController
Singleton access to simple_calculator controller.
Instance Method Details
#config ⇒ Configuration
Returns the configuration class for easy access.
17 18 19 |
# File 'lib/calpack/calpack_client.rb', line 17 def config Configuration end |
#simple_calculator ⇒ SimpleCalculatorController
Singleton access to simple_calculator controller.
11 12 13 |
# File 'lib/calpack/calpack_client.rb', line 11 def simple_calculator SimpleCalculatorController.instance end |