Exception: RailsParam::Param::InvalidParameterError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rails_param/param.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



5
6
7
# File 'lib/rails_param/param.rb', line 5

def options
  @options
end

#paramObject

Returns the value of attribute param.



5
6
7
# File 'lib/rails_param/param.rb', line 5

def param
  @param
end