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:

  • the current value of body



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

def body
  @body
end

#fieldsetsObject

Returns the value of attribute fieldsets

Returns:

  • the current value of fieldsets



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

def fieldsets
  @fieldsets
end

#filterObject

Returns the value of attribute filter

Returns:

  • the current value of filter



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

def filter
  @filter
end

#headersObject

Returns the value of attribute headers

Returns:

  • the current value of headers



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

def headers
  @headers
end

#include_optionsObject

Returns the value of attribute include_options

Returns:

  • the current value of include_options



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

def include_options
  @include_options
end

#multipartObject

Returns the value of attribute multipart

Returns:

  • the current value of multipart



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

def multipart
  @multipart
end

#pageObject

Returns the value of attribute page

Returns:

  • the current value of page



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

def page
  @page
end

#queryObject

Returns the value of attribute query

Returns:

  • the current value of query



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

def query
  @query
end

#sort_optionsObject

Returns the value of attribute sort_options

Returns:

  • the current value of sort_options



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

def sort_options
  @sort_options
end