Class: RailsAutodoc::StrongParamsParser::ParamsResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



9
10
11
# File 'lib/rails_autodoc/strong_params_parser.rb', line 9

def method_name
  @method_name
end

#root_keyObject

Returns the value of attribute root_key

Returns:

  • (Object)

    the current value of root_key



9
10
11
# File 'lib/rails_autodoc/strong_params_parser.rb', line 9

def root_key
  @root_key
end

#schemaObject

Returns the value of attribute schema

Returns:

  • (Object)

    the current value of schema



9
10
11
# File 'lib/rails_autodoc/strong_params_parser.rb', line 9

def schema
  @schema
end