Class: Gitlab::EtagCaching::Router::Route

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab/etag_caching/router.rb

Instance Attribute Summary collapse

Instance Attribute Details

#caller_idObject

Returns the value of attribute caller_id

Returns:

  • (Object)

    the current value of caller_id



6
7
8
# File 'lib/gitlab/etag_caching/router.rb', line 6

def caller_id
  @caller_id
end

#feature_categoryObject

Returns the value of attribute feature_category

Returns:

  • (Object)

    the current value of feature_category



6
7
8
# File 'lib/gitlab/etag_caching/router.rb', line 6

def feature_category
  @feature_category
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/gitlab/etag_caching/router.rb', line 6

def name
  @name
end

#regexpObject

Returns the value of attribute regexp

Returns:

  • (Object)

    the current value of regexp



6
7
8
# File 'lib/gitlab/etag_caching/router.rb', line 6

def regexp
  @regexp
end

#routerObject

Returns the value of attribute router

Returns:

  • (Object)

    the current value of router



6
7
8
# File 'lib/gitlab/etag_caching/router.rb', line 6

def router
  @router
end

#urgencyObject

Returns the value of attribute urgency

Returns:

  • (Object)

    the current value of urgency



6
7
8
# File 'lib/gitlab/etag_caching/router.rb', line 6

def urgency
  @urgency
end