Class: Gitlab::Dangerfiles::CapabilityStruct
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::Dangerfiles::CapabilityStruct
- Defined in:
- lib/gitlab/dangerfiles/capability.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#project ⇒ Object
Returns the value of attribute project.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
5 6 7 |
# File 'lib/gitlab/dangerfiles/capability.rb', line 5 def category @category end |
#kind ⇒ Object
Returns the value of attribute kind
5 6 7 |
# File 'lib/gitlab/dangerfiles/capability.rb', line 5 def kind @kind end |
#labels ⇒ Object
Returns the value of attribute labels
5 6 7 |
# File 'lib/gitlab/dangerfiles/capability.rb', line 5 def labels @labels end |
#project ⇒ Object
Returns the value of attribute project
5 6 7 |
# File 'lib/gitlab/dangerfiles/capability.rb', line 5 def project @project end |