Class: Objectify::Route

Inherits:
Struct
  • Object
show all
Defined in:
lib/objectify/route.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



2
3
4
# File 'lib/objectify/route.rb', line 2

def action
  @action
end

#resourceObject

Returns the value of attribute resource

Returns:

  • (Object)

    the current value of resource



2
3
4
# File 'lib/objectify/route.rb', line 2

def resource
  @resource
end