Sha256: 162abab07acce630cd4563d6eca97168f54002eb2b9718c20619da5f0f1da6b1
Contents?: true
Size: 301 Bytes
Versions: 6
Compression:
Stored size: 301 Bytes
Contents
module TD::Types # Describes a horizontal alignment of a table cell content. class PageBlockHorizontalAlignment < Base %w[ left center right ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/page_block_horizontal_alignment/#{type}" end end end
Version data entries
6 entries across 6 versions & 2 rubygems