Class: Peak::Routing::Rules

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

Instance Attribute Summary collapse

Instance Attribute Details

#frameObject (readonly)

Returns the value of attribute frame.



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

def frame
  @frame
end

#next_targetObject (readonly)

Returns the value of attribute next_target.



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

def next_target
  @next_target
end