Class: Pluggy::InvalidRequestError::ParameterError
- Inherits:
-
Struct
- Object
- Struct
- Pluggy::InvalidRequestError::ParameterError
- Defined in:
- lib/pluggy/errors.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
-
#parameter ⇒ Object
Returns the value of attribute parameter.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
62 63 64 |
# File 'lib/pluggy/errors.rb', line 62 def code @code end |
#message ⇒ Object
Returns the value of attribute message
62 63 64 |
# File 'lib/pluggy/errors.rb', line 62 def @message end |
#parameter ⇒ Object
Returns the value of attribute parameter
62 63 64 |
# File 'lib/pluggy/errors.rb', line 62 def parameter @parameter end |