Class: Clacky::ApiExtension::Route

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/api_extension.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



30
31
32
# File 'lib/clacky/api_extension.rb', line 30

def block
  @block
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



30
31
32
# File 'lib/clacky/api_extension.rb', line 30

def method
  @method
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



30
31
32
# File 'lib/clacky/api_extension.rb', line 30

def options
  @options
end

#param_namesObject

Returns the value of attribute param_names

Returns:

  • (Object)

    the current value of param_names



30
31
32
# File 'lib/clacky/api_extension.rb', line 30

def param_names
  @param_names
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



30
31
32
# File 'lib/clacky/api_extension.rb', line 30

def pattern
  @pattern
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



30
31
32
# File 'lib/clacky/api_extension.rb', line 30

def regex
  @regex
end