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

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block_vertical_alignment.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block_vertical_alignment.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block_vertical_alignment.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block_vertical_alignment.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block_vertical_alignment.rb