Class
Grape::Path
In:
lib/grape/path.rb
Parent:
Object
Represents a
path
to an endpoint.
Methods
mount_path
namespace?
new
path
path?
path_with_suffix
prepare
root_prefix
suffix
to_s
uses_path_versioning?
uses_specific_format?
Attributes
namespace
[R]
raw_path
[R]
settings
[R]
Public Class methods
new
(raw_path, namespace, settings)
prepare
(raw_path, namespace, settings)
Public Instance methods
mount_path
()
namespace?
()
path
()
path?
()
path_with_suffix
()
root_prefix
()
suffix
()
to_s
()
uses_path_versioning?
()
uses_specific_format?
()
[Validate]