Class: SourceMonitor::Dashboard::QuickAction

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/dashboard/quick_action.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/source_monitor/dashboard/quick_action.rb', line 5

def description
  @description
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



5
6
7
# File 'lib/source_monitor/dashboard/quick_action.rb', line 5

def label
  @label
end

#route_nameObject

Returns the value of attribute route_name

Returns:

  • (Object)

    the current value of route_name



5
6
7
# File 'lib/source_monitor/dashboard/quick_action.rb', line 5

def route_name
  @route_name
end