Class: BlockKit::Surfaces::Home

Inherits:
Base
  • Object
show all
Defined in:
lib/block_kit/surfaces/home.rb

Constant Summary collapse

SUPPORTED_ELEMENTS =
[
  Elements::Button,
  Elements::ChannelsSelect,
  Elements::Checkboxes,
  Elements::ConversationsSelect,
  Elements::DatePicker,
  Elements::ExternalSelect,
  Elements::Image,
  Elements::MultiChannelsSelect,
  Elements::MultiConversationsSelect,
  Elements::MultiExternalSelect,
  Elements::MultiStaticSelect,
  Elements::MultiUsersSelect,
  Elements::Overflow,
  Elements::PlainTextInput,
  Elements::RadioButtons,
  Elements::RichTextInput,
  Elements::StaticSelect,
  Elements::TimePicker,
  Elements::UsersSelect
].freeze

Constants inherited from Base

Base::MAX_BLOCKS, Base::SUPPORTED_BLOCKS

Method Summary

Methods inherited from Base

#append, #as_json, #image, inherited, #initialize

Methods inherited from Base

#==, #as_json, fix, #fix_validation_errors, #fix_validation_errors!, fixes, inherited, #initialize, inspect, #inspect, #pretty_print, #to_json

Constructor Details

This class inherits a constructor from BlockKit::Surfaces::Base