Class: SlackBot::Interaction::SlackViewsReply

Inherits:
Struct
  • Object
show all
Defined in:
lib/slack_bot/interaction.rb

Instance Attribute Summary collapse

Instance Attribute Details

#callback_idObject

Returns the value of attribute callback_id

Returns:

  • (Object)

    the current value of callback_id



8
9
10
# File 'lib/slack_bot/interaction.rb', line 8

def callback_id
  @callback_id
end

#view_idObject

Returns the value of attribute view_id

Returns:

  • (Object)

    the current value of view_id



8
9
10
# File 'lib/slack_bot/interaction.rb', line 8

def view_id
  @view_id
end