Class: Flare::Sampler::Rule
- Inherits:
-
Struct
- Object
- Struct
- Flare::Sampler::Rule
- Defined in:
- lib/flare/sampler.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#match_attributes ⇒ Object
Returns the value of attribute match_attributes.
-
#rate ⇒ Object
Returns the value of attribute rate.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
29 30 31 |
# File 'lib/flare/sampler.rb', line 29 def id @id end |
#match_attributes ⇒ Object
Returns the value of attribute match_attributes
29 30 31 |
# File 'lib/flare/sampler.rb', line 29 def match_attributes @match_attributes end |
#rate ⇒ Object
Returns the value of attribute rate
29 30 31 |
# File 'lib/flare/sampler.rb', line 29 def rate @rate end |