Class: Flare::Sampler::Rule

Inherits:
Struct
  • Object
show all
Defined in:
lib/flare/sampler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



29
30
31
# File 'lib/flare/sampler.rb', line 29

def id
  @id
end

#match_attributesObject

Returns the value of attribute match_attributes

Returns:

  • (Object)

    the current value of match_attributes



29
30
31
# File 'lib/flare/sampler.rb', line 29

def match_attributes
  @match_attributes
end

#rateObject

Returns the value of attribute rate

Returns:

  • (Object)

    the current value of rate



29
30
31
# File 'lib/flare/sampler.rb', line 29

def rate
  @rate
end