Class: RailsAutodoc::StrongParamsParser::ParamsResult
- Inherits:
-
Struct
- Object
- Struct
- RailsAutodoc::StrongParamsParser::ParamsResult
- Defined in:
- lib/rails_autodoc/strong_params_parser.rb
Instance Attribute Summary collapse
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#root_key ⇒ Object
Returns the value of attribute root_key.
-
#schema ⇒ Object
Returns the value of attribute schema.
Instance Attribute Details
#method_name ⇒ Object
Returns the value of attribute method_name
9 10 11 |
# File 'lib/rails_autodoc/strong_params_parser.rb', line 9 def method_name @method_name end |
#root_key ⇒ Object
Returns the value of attribute root_key
9 10 11 |
# File 'lib/rails_autodoc/strong_params_parser.rb', line 9 def root_key @root_key end |
#schema ⇒ Object
Returns the value of attribute schema
9 10 11 |
# File 'lib/rails_autodoc/strong_params_parser.rb', line 9 def schema @schema end |