Class: RealPage::DocumentParser::Picklist
- Defined in:
- lib/real_page/document_parser/picklist.rb
Overview
Parse a Picklist response
Instance Attribute Summary
Attributes inherited from Base
#request_name, #request_params
Instance Method Summary collapse
-
#initialize(soap_action) ⇒ Picklist
constructor
A new instance of Picklist.
Methods inherited from Base
Constructor Details
#initialize(soap_action) ⇒ Picklist
Returns a new instance of Picklist.
10 11 12 |
# File 'lib/real_page/document_parser/picklist.rb', line 10 def initialize(soap_action) @soap_action = soap_action end |