Class: Ruboty::SlackEvents::AppInfo

Inherits:
Data
  • Object
show all
Defined in:
lib/ruboty/slack_events/app_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_idObject (readonly)

Returns the value of attribute app_id

Returns:

  • (Object)

    the current value of app_id



5
6
7
# File 'lib/ruboty/slack_events/app_info.rb', line 5

def app_id
  @app_id
end

#app_nameObject (readonly)

Returns the value of attribute app_name

Returns:

  • (Object)

    the current value of app_name



5
6
7
# File 'lib/ruboty/slack_events/app_info.rb', line 5

def app_name
  @app_name
end