BlueBird v0.3.1 BlueBird.Route
Defines the Route
struct.
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %BlueBird.Route{description: String.t | nil, group: String.t | nil, method: String.t, note: String.t | nil, parameters: [BlueBird.Parameter.t], path: String.t, requests: [BlueBird.Request.t], title: String.t | nil, warning: String.t | nil}
Type that represents the Route struct.