Method: Icasework.account
- Defined in:
- lib/icasework.rb
.account ⇒ Object
26 27 28 29 30 |
# File 'lib/icasework.rb', line 26 def account @account || raise( ConfigurationError, 'Icasework.account not configured' ) end |
26 27 28 29 30 |
# File 'lib/icasework.rb', line 26 def account @account || raise( ConfigurationError, 'Icasework.account not configured' ) end |