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
10 11 12 |
# File 'lib/browserctl/flow.rb', line 10 def block @block end |
#kind ⇒ Object
Returns the value of attribute kind
10 11 12 |
# File 'lib/browserctl/flow.rb', line 10 def kind @kind end |
#label ⇒ Object
Returns the value of attribute label
10 11 12 |
# File 'lib/browserctl/flow.rb', line 10 def label @label end |