Class: SlackBot::Interaction::SlackViewsReply
- Inherits:
-
Struct
- Object
- Struct
- SlackBot::Interaction::SlackViewsReply
- Defined in:
- lib/slack_bot/interaction.rb,
sig/slack_bot.rbs
Instance Attribute Summary collapse
-
#callback_id ⇒ Object
Returns the value of attribute callback_id.
-
#view_id ⇒ Object
Returns the value of attribute view_id.
Instance Method Summary collapse
-
#initialize ⇒ SlackViewsReply
constructor
A new instance of SlackViewsReply.
Constructor Details
#initialize ⇒ SlackViewsReply
Returns a new instance of SlackViewsReply.
263 |
# File 'sig/slack_bot.rbs', line 263
def initialize: (?callback_id: String?, ?view_id: String?) -> void
|
Instance Attribute Details
#callback_id ⇒ Object
Returns the value of attribute callback_id
8 9 10 |
# File 'lib/slack_bot/interaction.rb', line 8 def callback_id @callback_id end |
#view_id ⇒ Object
Returns the value of attribute view_id
8 9 10 |
# File 'lib/slack_bot/interaction.rb', line 8 def view_id @view_id end |