Class: Plutonium::Kanban::Action

Inherits:
Data
  • Object
show all
Defined in:
lib/plutonium/kanban/action.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confirmationObject (readonly)

Returns the value of attribute confirmation

Returns:

  • (Object)

    the current value of confirmation



5
6
7
# File 'lib/plutonium/kanban/action.rb', line 5

def confirmation
  @confirmation
end

#iconObject (readonly)

Returns the value of attribute icon

Returns:

  • (Object)

    the current value of icon



5
6
7
# File 'lib/plutonium/kanban/action.rb', line 5

def icon
  @icon
end

#interactionObject (readonly)

Returns the value of attribute interaction

Returns:

  • (Object)

    the current value of interaction



5
6
7
# File 'lib/plutonium/kanban/action.rb', line 5

def interaction
  @interaction
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



5
6
7
# File 'lib/plutonium/kanban/action.rb', line 5

def key
  @key
end

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



5
6
7
# File 'lib/plutonium/kanban/action.rb', line 5

def label
  @label
end

#onObject (readonly)

Returns the value of attribute on

Returns:

  • (Object)

    the current value of on



5
6
7
# File 'lib/plutonium/kanban/action.rb', line 5

def on
  @on
end