Class: Usher::Route::CompoundDestination

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

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



86
87
88
# File 'lib/usher/route.rb', line 86

def args
  @args
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



86
87
88
# File 'lib/usher/route.rb', line 86

def block
  @block
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



86
87
88
# File 'lib/usher/route.rb', line 86

def options
  @options
end