Class: Browserctl::FlowConditionDef
- Inherits:
-
Struct
- Object
- Struct
- Browserctl::FlowConditionDef
- Defined in:
- lib/browserctl/flow.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#label ⇒ Object
Returns the value of attribute label.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
7 8 9 |
# File 'lib/browserctl/flow.rb', line 7 def block @block end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/browserctl/flow.rb', line 7 def kind @kind end |
#label ⇒ Object
Returns the value of attribute label
7 8 9 |
# File 'lib/browserctl/flow.rb', line 7 def label @label end |