Sha256: 483a0b6d4b947dd97cde88fe3e6f53335c266255d54dabb7718b4cd2960ae806
Contents?: true
Size: 295 Bytes
Versions: 5
Compression:
Stored size: 295 Bytes
Contents
module TD::Types # Describes a Vertical alignment of a table cell content. class PageBlockVerticalAlignment < Base %w[ top middle bottom ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/page_block_vertical_alignment/#{type}" end end end
Version data entries
5 entries across 5 versions & 2 rubygems