Class: Action

Inherits:
Struct
  • Object
show all
Defined in:
lib/action.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



3
4
5
# File 'lib/action.rb', line 3

def description
  @description
end

#inputsObject

Returns the value of attribute inputs

Returns:

  • (Object)

    the current value of inputs



3
4
5
# File 'lib/action.rb', line 3

def inputs
  @inputs
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/action.rb', line 3

def name
  @name
end