Class: Harmony::Service::Flow::EndedRequest
- Defined in:
- lib/harmony/service/flow/ended_request.rb
Instance Attribute Summary collapse
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#pages ⇒ Object
Returns the value of attribute pages.
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
#attachments ⇒ Object
Returns the value of attribute attachments.
2 3 4 |
# File 'lib/harmony/service/flow/ended_request.rb', line 2 def @attachments end |
#pages ⇒ Object
Returns the value of attribute pages.
2 3 4 |
# File 'lib/harmony/service/flow/ended_request.rb', line 2 def pages @pages end |