Class: Harmony::Service::Request
- Defined in:
- lib/harmony/service/request.rb
Direct Known Subclasses
ActionList::ActionRequest, ActionList::ItemRequest, ActionList::ListRequest, AttributeNamesRequest, AttributeNamesResponse, Calculator::Request, Chart::Request, Flow::EndedRequest, Form::GetRequest, Form::GetResponse, Notification::Request, OauthTokenRequest
Instance Attribute Summary collapse
-
#harmony_app_name ⇒ Object
Returns the value of attribute harmony_app_name.
-
#harmony_user_email ⇒ Object
Returns the value of attribute harmony_user_email.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ Request
constructor
A new instance of Request.
Methods inherited from Message
attr_accessor, attributes, #attributes, json_create
Constructor Details
#initialize(h = {}) ⇒ Request
Returns a new instance of Request.
4 5 6 7 |
# File 'lib/harmony/service/request.rb', line 4 def initialize(h = {}) super(h) @options ||= {} end |
Instance Attribute Details
#harmony_app_name ⇒ Object
Returns the value of attribute harmony_app_name.
2 3 4 |
# File 'lib/harmony/service/request.rb', line 2 def harmony_app_name @harmony_app_name end |
#harmony_user_email ⇒ Object
Returns the value of attribute harmony_user_email.
2 3 4 |
# File 'lib/harmony/service/request.rb', line 2 def harmony_user_email @harmony_user_email end |
#options ⇒ Object
Returns the value of attribute options.
2 3 4 |
# File 'lib/harmony/service/request.rb', line 2 def @options end |