AshScenario.Dsl.Attr (ash_scenario v0.6.0)

View Source

Represents a single attribute entry within a prototype DSL definition.

Summary

Types

t()

@type t() :: %AshScenario.Dsl.Attr{
  __identifier__: atom() | nil,
  __spark_metadata__: term(),
  name: atom(),
  value: any(),
  virtual: boolean() | nil
}