Class: SourceMonitor::Dashboard::QuickAction
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Dashboard::QuickAction
- Defined in:
- lib/source_monitor/dashboard/quick_action.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#label ⇒ Object
Returns the value of attribute label.
-
#route_name ⇒ Object
Returns the value of attribute route_name.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/source_monitor/dashboard/quick_action.rb', line 5 def description @description end |
#label ⇒ Object
Returns the value of attribute label
5 6 7 |
# File 'lib/source_monitor/dashboard/quick_action.rb', line 5 def label @label end |
#route_name ⇒ Object
Returns the value of attribute route_name
5 6 7 |
# File 'lib/source_monitor/dashboard/quick_action.rb', line 5 def route_name @route_name end |