Macfly.Action (macfly v0.2.14)

Summary

Types

@type t() :: %Macfly.Action{
  control: boolean(),
  create: boolean(),
  delete: boolean(),
  read: boolean(),
  write: boolean()
}

Functions

Link to this function

all(action \\ %Action{})

Link to this function

control(a \\ %Action{})

Link to this function

create(a \\ %Action{})

Link to this function

delete(a \\ %Action{})

Link to this function

read(a \\ %Action{})

Link to this function

to_wire(action)

Link to this function

write(a \\ %Action{})