Class: Ruboty::SlackEvents::AppInfo
- Inherits:
-
Data
- Object
- Data
- Ruboty::SlackEvents::AppInfo
- Defined in:
- lib/ruboty/slack_events/app_info.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
readonly
Returns the value of attribute app_id.
-
#app_name ⇒ Object
readonly
Returns the value of attribute app_name.
Instance Attribute Details
#app_id ⇒ Object (readonly)
Returns the value of attribute app_id
5 6 7 |
# File 'lib/ruboty/slack_events/app_info.rb', line 5 def app_id @app_id end |
#app_name ⇒ Object (readonly)
Returns the value of attribute app_name
5 6 7 |
# File 'lib/ruboty/slack_events/app_info.rb', line 5 def app_name @app_name end |