Method: Itexmo::Configuration#api_code
- Defined in:
- lib/itexmo/configuration.rb
#api_code ⇒ Object
12 13 14 15 |
# File 'lib/itexmo/configuration.rb', line 12 def api_code raise Errors::Configuration, 'Itexmo api_code is missing! See documentation for configuration settings.' unless @api_code @api_code end |