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
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def body @body end |
#fieldsets ⇒ Object
Returns the value of attribute fieldsets
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def fieldsets @fieldsets end |
#filter ⇒ Object
Returns the value of attribute filter
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def filter @filter end |
#headers ⇒ Object
Returns the value of attribute headers
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def headers @headers end |
#include_options ⇒ Object
Returns the value of attribute include_options
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def @include_options end |
#multipart ⇒ Object
Returns the value of attribute multipart
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def multipart @multipart end |
#page ⇒ Object
Returns the value of attribute page
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def page @page end |
#query ⇒ Object
Returns the value of attribute query
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def query @query end |
#sort_options ⇒ Object
Returns the value of attribute sort_options
17 18 19 |
# File 'lib/request_handler/builder/options_builder.rb', line 17 def @sort_options end |