Class: BlockType

Inherits:
Object show all
Defined in:
lib/block_types.rb

Constant Summary collapse

ALL =
[
  EDIT = 'edit',
  HISTORY = 'history',
  LINK = 'link',
  LOAD = 'load',
  OPTS = 'opts',
  PORT = 'port',
  SAVE = 'save',
  SHELL = 'shell',
  VARS = 'vars',
  VIEW = 'view',
  YAML = 'yaml'
].freeze