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



94
95
96
# File 'lib/usher/route.rb', line 94

def args
  @args
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



94
95
96
# File 'lib/usher/route.rb', line 94

def block
  @block
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



94
95
96
# File 'lib/usher/route.rb', line 94

def options
  @options
end