Class: Menilite::Controller::ActionInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



26
27
28
# File 'lib/menilite/controller.rb', line 26

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



26
27
28
# File 'lib/menilite/controller.rb', line 26

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



26
27
28
# File 'lib/menilite/controller.rb', line 26

def options
  @options
end