Class: Relax2::FluentArg::ParseResult
- Inherits:
-
Struct
- Object
- Struct
- Relax2::FluentArg::ParseResult
- Defined in:
- lib/relax2/fluent_arg.rb
Instance Attribute Summary collapse
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#magic_parameters ⇒ Object
Returns the value of attribute magic_parameters.
-
#query_parameters ⇒ Object
Returns the value of attribute query_parameters.
Instance Method Summary collapse
-
#initialize ⇒ ParseResult
constructor
A new instance of ParseResult.
Constructor Details
#initialize ⇒ ParseResult
Returns a new instance of ParseResult.
63 64 65 66 |
# File 'lib/relax2/fluent_arg.rb', line 63 def initialize(...) super freeze end |
Instance Attribute Details
#headers ⇒ Object
Returns the value of attribute headers
62 63 64 |
# File 'lib/relax2/fluent_arg.rb', line 62 def headers @headers end |
#magic_parameters ⇒ Object
Returns the value of attribute magic_parameters
62 63 64 |
# File 'lib/relax2/fluent_arg.rb', line 62 def magic_parameters @magic_parameters end |
#query_parameters ⇒ Object
Returns the value of attribute query_parameters
62 63 64 |
# File 'lib/relax2/fluent_arg.rb', line 62 def query_parameters @query_parameters end |