Class: Usher::Route::CompoundDestination
- Inherits:
-
Struct
- Object
- Struct
- Usher::Route::CompoundDestination
- Defined in:
- lib/usher/route.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#block ⇒ Object
Returns the value of attribute block.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
101 102 103 |
# File 'lib/usher/route.rb', line 101 def args @args end |
#block ⇒ Object
Returns the value of attribute block
101 102 103 |
# File 'lib/usher/route.rb', line 101 def block @block end |
#options ⇒ Object
Returns the value of attribute options
101 102 103 |
# File 'lib/usher/route.rb', line 101 def @options end |