# Class LittleGhost::Content::Text

Documentation version: Edge

Canonical HTML: https://littleghostai.org/docs/LittleGhost/Content/Text.html

Contains model-visible text.

## Inheritance

`LittleGhost::Content::Text < Data`

## Attributes

<a id="attribute-i-text"></a>
### `text` (R)

The text shown to the model or application.

## Class methods

<a id="method-c-new"></a>
### `.new`

```ruby
new(text:) -> Text
```

Wraps `text` without copying it.
