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



32
33
34
# File 'lib/menilite/controller.rb', line 32

def args
  @args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



32
33
34
# File 'lib/menilite/controller.rb', line 32

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



32
33
34
# File 'lib/menilite/controller.rb', line 32

def options
  @options
end