Module: BlockKit::Layout::RichText::Elements

Defined in:
lib/block_kit/layout/rich_text/elements.rb

Defined Under Namespace

Classes: Broadcast, Channel, Color, Date, Emoji, Link, MentionStyle, Text, TextStyle, User, Usergroup

Class Method Summary collapse

Class Method Details

.allObject



20
21
22
23
24
25
26
27
28
29
30
31
32
# File 'lib/block_kit/layout/rich_text/elements.rb', line 20

def self.all
  @all ||= [
    Broadcast,
    Channel,
    Color,
    Date,
    Emoji,
    Link,
    Text,
    User,
    Usergroup
  ].freeze
end