Class: GetResultsRequest
- Inherits:
-
Object
- Object
- GetResultsRequest
- Defined in:
- lib/default.rb
Overview
/GetResultsRequest
operation - FPSOperation
maxResultsCount - SOAP::SOAPInteger
Instance Attribute Summary collapse
-
#maxResultsCount ⇒ Object
Returns the value of attribute maxResultsCount.
-
#operation ⇒ Object
Returns the value of attribute operation.
Instance Method Summary collapse
-
#initialize(operation = nil, maxResultsCount = nil) ⇒ GetResultsRequest
constructor
A new instance of GetResultsRequest.
Constructor Details
#initialize(operation = nil, maxResultsCount = nil) ⇒ GetResultsRequest
Returns a new instance of GetResultsRequest.
1030 1031 1032 1033 |
# File 'lib/default.rb', line 1030 def initialize(operation = nil, maxResultsCount = nil) @operation = operation @maxResultsCount = maxResultsCount end |
Instance Attribute Details
#maxResultsCount ⇒ Object
Returns the value of attribute maxResultsCount.
1028 1029 1030 |
# File 'lib/default.rb', line 1028 def maxResultsCount @maxResultsCount end |
#operation ⇒ Object
Returns the value of attribute operation.
1027 1028 1029 |
# File 'lib/default.rb', line 1027 def operation @operation end |