Class: Pluggy::InvalidRequestError::ParameterError

Inherits:
Struct
  • Object
show all
Defined in:
lib/pluggy/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



62
63
64
# File 'lib/pluggy/errors.rb', line 62

def code
  @code
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



62
63
64
# File 'lib/pluggy/errors.rb', line 62

def message
  @message
end

#parameterObject

Returns the value of attribute parameter

Returns:

  • (Object)

    the current value of parameter



62
63
64
# File 'lib/pluggy/errors.rb', line 62

def parameter
  @parameter
end