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



10
11
12
# File 'lib/browserctl/flow.rb', line 10

def block
  @block
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



10
11
12
# File 'lib/browserctl/flow.rb', line 10

def kind
  @kind
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



10
11
12
# File 'lib/browserctl/flow.rb', line 10

def label
  @label
end