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



247
248
249
# File 'lib/menilite/model.rb', line 247

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



247
248
249
# File 'lib/menilite/model.rb', line 247

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



247
248
249
# File 'lib/menilite/model.rb', line 247

def options
  @options
end