Class: RequestHandler::Builder::OptionsBuilder::Options
- Inherits:
-
Struct
- Object
- Struct
- RequestHandler::Builder::OptionsBuilder::Options
- Defined in:
- lib/request_handler/builder/options_builder.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#fieldsets ⇒ Object
Returns the value of attribute fieldsets.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#include_options ⇒ Object
Returns the value of attribute include_options.
-
#multipart ⇒ Object
Returns the value of attribute multipart.
-
#page ⇒ Object
Returns the value of attribute page.
-
#query ⇒ Object
Returns the value of attribute query.
-
#sort_options ⇒ Object
Returns the value of attribute sort_options.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def body @body end |
#fieldsets ⇒ Object
Returns the value of attribute fieldsets
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def fieldsets @fieldsets end |
#filter ⇒ Object
Returns the value of attribute filter
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def filter @filter end |
#headers ⇒ Object
Returns the value of attribute headers
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def headers @headers end |
#include_options ⇒ Object
Returns the value of attribute include_options
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def end |
#multipart ⇒ Object
Returns the value of attribute multipart
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def multipart @multipart end |
#page ⇒ Object
Returns the value of attribute page
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def page @page end |
#query ⇒ Object
Returns the value of attribute query
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def query @query end |
#sort_options ⇒ Object
Returns the value of attribute sort_options
18 19 20 |
# File 'lib/request_handler/builder/options_builder.rb', line 18 def end |