Class: Peak::Routing::Rules

Inherits:
Object
  • Object
show all
Defined in:
lib/peak/routing/route.rb

Instance Attribute Summary collapse

Instance Attribute Details

#destination_portObject (readonly)

Returns the value of attribute destination_port.



612
613
614
# File 'lib/peak/routing/route.rb', line 612

def destination_port
  @destination_port
end

#frameObject (readonly)

Returns the value of attribute frame.



612
613
614
# File 'lib/peak/routing/route.rb', line 612

def frame
  @frame
end

#next_targetObject (readonly)

Returns the value of attribute next_target.



612
613
614
# File 'lib/peak/routing/route.rb', line 612

def next_target
  @next_target
end