Class: Harmony::Service::Notification::AppResponse

Inherits:
Response show all
Defined in:
lib/harmony/service/notification/app_response.rb

Instance Attribute Summary collapse

Attributes inherited from Response

#access_token, #flow_session_properties, #refresh_token

Method Summary

Methods inherited from Message

attr_accessor, attributes, #attributes, #initialize, json_create

Constructor Details

This class inherits a constructor from Harmony::Service::Message

Instance Attribute Details

#textObject

Returns the value of attribute text.



2
3
4
# File 'lib/harmony/service/notification/app_response.rb', line 2

def text
  @text
end