Class: Harmony::Service::Form::GetRequest
- Defined in:
- lib/harmony/service/form/get_request.rb
Instance Attribute Summary collapse
-
#inputs ⇒ Object
Returns the value of attribute inputs.
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
#inputs ⇒ Object
Returns the value of attribute inputs.
2 3 4 |
# File 'lib/harmony/service/form/get_request.rb', line 2 def inputs @inputs end |