Class: ActionController::PermitterAttribute

Inherits:
Struct
  • Object
show all
Defined in:
lib/action_controller/permitter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'lib/action_controller/permitter.rb', line 2

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



2
3
4
# File 'lib/action_controller/permitter.rb', line 2

def options
  @options
end