Class: Gitlab::Danger::Roulette::Spin
- Inherits:
-
Struct
- Object
- Struct
- Gitlab::Danger::Roulette::Spin
- Defined in:
- lib/gitlab/danger/roulette.rb
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#maintainer ⇒ Object
Returns the value of attribute maintainer.
-
#optional_role ⇒ Object
Returns the value of attribute optional_role.
-
#reviewer ⇒ Object
Returns the value of attribute reviewer.
-
#timezone_experiment ⇒ Object
Returns the value of attribute timezone_experiment.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
16 17 18 |
# File 'lib/gitlab/danger/roulette.rb', line 16 def category @category end |
#maintainer ⇒ Object
Returns the value of attribute maintainer
16 17 18 |
# File 'lib/gitlab/danger/roulette.rb', line 16 def maintainer @maintainer end |
#optional_role ⇒ Object
Returns the value of attribute optional_role
16 17 18 |
# File 'lib/gitlab/danger/roulette.rb', line 16 def optional_role @optional_role end |
#reviewer ⇒ Object
Returns the value of attribute reviewer
16 17 18 |
# File 'lib/gitlab/danger/roulette.rb', line 16 def reviewer @reviewer end |
#timezone_experiment ⇒ Object
Returns the value of attribute timezone_experiment
16 17 18 |
# File 'lib/gitlab/danger/roulette.rb', line 16 def timezone_experiment @timezone_experiment end |