Class: Aws::Query::ParamBuilder Private

Inherits:
Object
  • Object
show all
Includes:
Seahorse::Model::Shapes
Defined in:
lib/aws-sdk-core/query/param_builder.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

API:

  • private

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(param_list) ⇒ ParamBuilder

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of ParamBuilder.

API:

  • private



9
10
11
# File 'lib/aws-sdk-core/query/param_builder.rb', line 9

def initialize(param_list)
  @params = param_list
end

Instance Attribute Details

#paramsObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



13
14
15
# File 'lib/aws-sdk-core/query/param_builder.rb', line 13

def params
  @params
end

Instance Method Details

#apply(ref, params) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



15
16
17
# File 'lib/aws-sdk-core/query/param_builder.rb', line 15

def apply(ref, params)
  structure(ref, params, '')
end