Class: Menilite::Model::ActionInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



251
252
253
# File 'lib/menilite/model.rb', line 251

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



251
252
253
# File 'lib/menilite/model.rb', line 251

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



251
252
253
# File 'lib/menilite/model.rb', line 251

def options
  @options
end