Class: TrafficPattern::Exit
- Inherits:
-
Object
- Object
- TrafficPattern::Exit
- Defined in:
- lib/traffic_patterns.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#probability ⇒ Object
Returns the value of attribute probability.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination.
60 61 62 |
# File 'lib/traffic_patterns.rb', line 60 def destination @destination end |
#frequency ⇒ Object
Returns the value of attribute frequency.
61 62 63 |
# File 'lib/traffic_patterns.rb', line 61 def frequency @frequency end |
#probability ⇒ Object
Returns the value of attribute probability.
59 60 61 |
# File 'lib/traffic_patterns.rb', line 59 def probability @probability end |