macfly
v0.2.16

      View Source Macfly.Action (macfly v0.2.16)

      Summary

      Types

      t()

      Functions

      all(action \\ %Action{})
      control(a \\ %Action{})
      create(a \\ %Action{})
      delete(a \\ %Action{})
      from_human(human)
      from_human(original, human, acc)
      from_wire(i)
      none(action \\ %Action{})
      read(a \\ %Action{})
      to_human(action)
      to_wire(action)
      write(a \\ %Action{})

      Types

      Link to this type

      t()

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

      Functions

      Link to this function

      all(action \\ %Action{})

      View Source
      Link to this function

      control(a \\ %Action{})

      View Source
      Link to this function

      create(a \\ %Action{})

      View Source
      Link to this function

      delete(a \\ %Action{})

      View Source
      Link to this function

      from_human(human)

      View Source
      Link to this function

      from_human(original, human, acc)

      View Source
      Link to this function

      from_wire(i)

      View Source
      Link to this function

      none(action \\ %Action{})

      View Source
      Link to this function

      read(a \\ %Action{})

      View Source
      Link to this function

      to_human(action)

      View Source
      Link to this function

      to_wire(action)

      View Source
      Link to this function

      write(a \\ %Action{})

      View Source

      Hex Package Hex Preview Download ePub version

      Built using ExDoc (v0.34.2) for the Elixir programming language