Exception: Telerivet::InvalidParameterException
- Inherits:
-
APIException
- Object
- Exception
- APIException
- Telerivet::InvalidParameterException
- Defined in:
- lib/telerivet.rb
Instance Attribute Summary collapse
-
#param ⇒ Object
readonly
Returns the value of attribute param.
Attributes inherited from APIException
Instance Method Summary collapse
-
#initialize(msg, code, param) ⇒ InvalidParameterException
constructor
A new instance of InvalidParameterException.
Constructor Details
#initialize(msg, code, param) ⇒ InvalidParameterException
Returns a new instance of InvalidParameterException.
299 300 301 302 |
# File 'lib/telerivet.rb', line 299 def initialize(msg, code, param) @param = param super(msg, code) end |
Instance Attribute Details
#param ⇒ Object (readonly)
Returns the value of attribute param.
297 298 299 |
# File 'lib/telerivet.rb', line 297 def param @param end |