Class: Plutonium::Kanban::Action
- Inherits:
-
Data
- Object
- Data
- Plutonium::Kanban::Action
- Defined in:
- lib/plutonium/kanban/action.rb
Instance Attribute Summary collapse
-
#confirmation ⇒ Object
readonly
Returns the value of attribute confirmation.
-
#icon ⇒ Object
readonly
Returns the value of attribute icon.
-
#interaction ⇒ Object
readonly
Returns the value of attribute interaction.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#on ⇒ Object
readonly
Returns the value of attribute on.
Instance Attribute Details
#confirmation ⇒ Object (readonly)
Returns the value of attribute confirmation
5 6 7 |
# File 'lib/plutonium/kanban/action.rb', line 5 def confirmation @confirmation end |
#icon ⇒ Object (readonly)
Returns the value of attribute icon
5 6 7 |
# File 'lib/plutonium/kanban/action.rb', line 5 def icon @icon end |
#interaction ⇒ Object (readonly)
Returns the value of attribute interaction
5 6 7 |
# File 'lib/plutonium/kanban/action.rb', line 5 def interaction @interaction end |
#key ⇒ Object (readonly)
Returns the value of attribute key
5 6 7 |
# File 'lib/plutonium/kanban/action.rb', line 5 def key @key end |
#label ⇒ Object (readonly)
Returns the value of attribute label
5 6 7 |
# File 'lib/plutonium/kanban/action.rb', line 5 def label @label end |
#on ⇒ Object (readonly)
Returns the value of attribute on
5 6 7 |
# File 'lib/plutonium/kanban/action.rb', line 5 def on @on end |