Class: Gitlab::ApplicationContext::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::ApplicationContext::Attribute
- Defined in:
- lib/gitlab/application_context.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/gitlab/application_context.rb', line 9 def name @name end |
#type ⇒ Object
Returns the value of attribute type
9 10 11 |
# File 'lib/gitlab/application_context.rb', line 9 def type @type end |