Class: Swgr2rb::EndpointClassConfig::RequestParams
- Inherits:
-
Struct
- Object
- Struct
- Swgr2rb::EndpointClassConfig::RequestParams
- Defined in:
- lib/endpoint_class_config_generator/endpoint_class_config.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#form_data ⇒ Object
Returns the value of attribute form_data.
-
#path ⇒ Object
Returns the value of attribute path.
-
#query ⇒ Object
Returns the value of attribute query.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
23 24 25 |
# File 'lib/endpoint_class_config_generator/endpoint_class_config.rb', line 23 def body @body end |
#form_data ⇒ Object
Returns the value of attribute form_data
23 24 25 |
# File 'lib/endpoint_class_config_generator/endpoint_class_config.rb', line 23 def form_data @form_data end |
#path ⇒ Object
Returns the value of attribute path
23 24 25 |
# File 'lib/endpoint_class_config_generator/endpoint_class_config.rb', line 23 def path @path end |
#query ⇒ Object
Returns the value of attribute query
23 24 25 |
# File 'lib/endpoint_class_config_generator/endpoint_class_config.rb', line 23 def query @query end |