Class: Gemite::Router::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/gemite/router.rb

Overview

type: :gemite | :static | :not_found

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



38
39
40
# File 'lib/gemite/router.rb', line 38

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



38
39
40
# File 'lib/gemite/router.rb', line 38

def type
  @type
end