Class: Kamigo::Events::LineEvent

Inherits:
BasicEvent show all
Defined in:
lib/kamigo/events/line_event.rb

Instance Attribute Summary collapse

Attributes inherited from BasicEvent

#message, #message_type, #payload, #platform_type, #profile, #source_group_id, #source_type, #source_user_id

Instance Method Summary collapse

Methods inherited from BasicEvent

#platform_params

Constructor Details

#initializeLineEvent

Returns a new instance of LineEvent.



6
7
8
# File 'lib/kamigo/events/line_event.rb', line 6

def initialize
  self.platform_type = 'line'
end

Instance Attribute Details

#reply_tokenObject

Returns the value of attribute reply_token.



4
5
6
# File 'lib/kamigo/events/line_event.rb', line 4

def reply_token
  @reply_token
end