Class: Clacky::ApiExtension::Route
- Inherits:
-
Struct
- Object
- Struct
- Clacky::ApiExtension::Route
- Defined in:
- lib/clacky/api_extension.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#method ⇒ Object
Returns the value of attribute method.
-
#options ⇒ Object
Returns the value of attribute options.
-
#param_names ⇒ Object
Returns the value of attribute param_names.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#regex ⇒ Object
Returns the value of attribute regex.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
30 31 32 |
# File 'lib/clacky/api_extension.rb', line 30 def block @block end |
#method ⇒ Object
Returns the value of attribute method
30 31 32 |
# File 'lib/clacky/api_extension.rb', line 30 def method @method end |
#options ⇒ Object
Returns the value of attribute options
30 31 32 |
# File 'lib/clacky/api_extension.rb', line 30 def @options end |
#param_names ⇒ Object
Returns the value of attribute param_names
30 31 32 |
# File 'lib/clacky/api_extension.rb', line 30 def param_names @param_names end |
#pattern ⇒ Object
Returns the value of attribute pattern
30 31 32 |
# File 'lib/clacky/api_extension.rb', line 30 def pattern @pattern end |
#regex ⇒ Object
Returns the value of attribute regex
30 31 32 |
# File 'lib/clacky/api_extension.rb', line 30 def regex @regex end |