Class: Aws::Query::ParamBuilder Private
- Inherits:
-
Object
- Object
- Aws::Query::ParamBuilder
- Includes:
- Seahorse::Model::Shapes
- Defined in:
- lib/aws-sdk-core/query/param_builder.rb
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.
Instance Attribute Summary collapse
- #params ⇒ Object readonly private
Instance Method Summary collapse
- #apply(ref, params) ⇒ Object private
-
#initialize(param_list) ⇒ ParamBuilder
constructor
private
A new instance of ParamBuilder.
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.
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
#params ⇒ Object (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.
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.
15 16 17 |
# File 'lib/aws-sdk-core/query/param_builder.rb', line 15 def apply(ref, params) structure(ref, params, '') end |