Exception: BlackStack::Netting::ApiCallException
- Inherits:
-
StandardError
- Object
- StandardError
- BlackStack::Netting::ApiCallException
- Defined in:
- lib/functions.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
Instance Method Summary collapse
-
#initialize(s) ⇒ ApiCallException
constructor
A new instance of ApiCallException.
- #to_s ⇒ Object
Constructor Details
#initialize(s) ⇒ ApiCallException
865 866 867 |
# File 'lib/functions.rb', line 865 def initialize(s) self.description = s end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
863 864 865 |
# File 'lib/functions.rb', line 863 def description @description end |
Instance Method Details
#to_s ⇒ Object
869 870 871 |
# File 'lib/functions.rb', line 869 def to_s self.description end |