Class: Browserctl::FlowConditionDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/browserctl/flow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



7
8
9
# File 'lib/browserctl/flow.rb', line 7

def block
  @block
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/browserctl/flow.rb', line 7

def kind
  @kind
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



7
8
9
# File 'lib/browserctl/flow.rb', line 7

def label
  @label
end