Class: Harmony::Service::Form::GetResponse
- Defined in:
- lib/harmony/service/form/get_response.rb
Instance Attribute Summary collapse
-
#input_values ⇒ Object
Returns the value of attribute input_values.
-
#text ⇒ Object
Returns the value of attribute text.
Attributes inherited from Request
#harmony_app_name, #harmony_user_email, #options
Method Summary
Methods inherited from Request
Methods inherited from Message
attr_accessor, attributes, #attributes, #initialize, json_create
Constructor Details
This class inherits a constructor from Harmony::Service::Request
Instance Attribute Details
#input_values ⇒ Object
Returns the value of attribute input_values.
2 3 4 |
# File 'lib/harmony/service/form/get_response.rb', line 2 def input_values @input_values end |
#text ⇒ Object
Returns the value of attribute text.
2 3 4 |
# File 'lib/harmony/service/form/get_response.rb', line 2 def text @text end |