Class: Swgr2rb::EndpointClassConfig::RequestParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/endpoint_class_config_generator/endpoint_class_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



23
24
25
# File 'lib/endpoint_class_config_generator/endpoint_class_config.rb', line 23

def body
  @body
end

#form_dataObject

Returns the value of attribute form_data

Returns:

  • (Object)

    the current value of form_data



23
24
25
# File 'lib/endpoint_class_config_generator/endpoint_class_config.rb', line 23

def form_data
  @form_data
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



23
24
25
# File 'lib/endpoint_class_config_generator/endpoint_class_config.rb', line 23

def path
  @path
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



23
24
25
# File 'lib/endpoint_class_config_generator/endpoint_class_config.rb', line 23

def query
  @query
end