Class: ApplicationPermitter::PermittedAttribute

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end