Class: Relax2::FluentArg::ParseResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeParseResult

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

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



62
63
64
# File 'lib/relax2/fluent_arg.rb', line 62

def headers
  @headers
end

#magic_parametersObject

Returns the value of attribute magic_parameters

Returns:

  • (Object)

    the current value of magic_parameters



62
63
64
# File 'lib/relax2/fluent_arg.rb', line 62

def magic_parameters
  @magic_parameters
end

#query_parametersObject

Returns the value of attribute query_parameters

Returns:

  • (Object)

    the current value of query_parameters



62
63
64
# File 'lib/relax2/fluent_arg.rb', line 62

def query_parameters
  @query_parameters
end