Class: Dhis2::QueryParametersFormatter
- Inherits:
-
Object
- Object
- Dhis2::QueryParametersFormatter
- Defined in:
- lib/dhis2/api/query_parameters_formatter.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options:, query_parameters:) ⇒ QueryParametersFormatter
constructor
A new instance of QueryParametersFormatter.
Constructor Details
#initialize(options:, query_parameters:) ⇒ QueryParametersFormatter
Returns a new instance of QueryParametersFormatter.
5 6 7 8 |
# File 'lib/dhis2/api/query_parameters_formatter.rb', line 5 def initialize(options:, query_parameters:) @options = @query_parameters = query_parameters end |
Instance Method Details
#call ⇒ Object
10 11 12 |
# File 'lib/dhis2/api/query_parameters_formatter.rb', line 10 def call RestClient::ParamsArray.new() end |