Class: RequestHandler::Builder::OptionsBuilder::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/request_handler/builder/options_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def body
  @body
end

#fieldsetsObject

Returns the value of attribute fieldsets

Returns:

  • (Object)

    the current value of fieldsets



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def fieldsets
  @fieldsets
end

#filterObject

Returns the value of attribute filter

Returns:

  • (Object)

    the current value of filter



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def filter
  @filter
end

#headersObject

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def headers
  @headers
end

#include_optionsObject

Returns the value of attribute include_options

Returns:

  • (Object)

    the current value of include_options



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def include_options
  @include_options
end

#multipartObject

Returns the value of attribute multipart

Returns:

  • (Object)

    the current value of multipart



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def multipart
  @multipart
end

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def page
  @page
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def query
  @query
end

#sort_optionsObject

Returns the value of attribute sort_options

Returns:

  • (Object)

    the current value of sort_options



17
18
19
# File 'lib/request_handler/builder/options_builder.rb', line 17

def sort_options
  @sort_options
end