Class: TrafficPattern::Exit

Inherits:
Object
  • Object
show all
Defined in:
lib/traffic_patterns.rb

Instance Attribute Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination.



60
61
62
# File 'lib/traffic_patterns.rb', line 60

def destination
  @destination
end

#frequencyObject

Returns the value of attribute frequency.



61
62
63
# File 'lib/traffic_patterns.rb', line 61

def frequency
  @frequency
end

#probabilityObject

Returns the value of attribute probability.



59
60
61
# File 'lib/traffic_patterns.rb', line 59

def probability
  @probability
end