Sha256: 46581089e6d40e481a273a4e92aa51a1a21b9b3a9a9742149e7b9dc69b21f5aa

Contents?: true

Size: 555 Bytes

Versions: 8

Compression:

Stored size: 555 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/core_ext'
require 'ehbrs_ruby_utils/bga/whatsapp_formatter/option'

module EhbrsRubyUtils
  module Bga
    class Table
      module WhatsappFormatters
        class Base
          class FormatOption
            acts_as_instance_method
            common_constructor :table_formatter, :option

            # @return [String]
            def result
              ::EhbrsRubyUtils::Bga::WhatsappFormatter::Option.assert(option).to_s
            end
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ehbrs_ruby_utils-0.44.3 lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_option.rb
ehbrs_ruby_utils-0.44.2 lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_option.rb
ehbrs_ruby_utils-0.44.1 lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_option.rb
ehbrs_ruby_utils-0.44.0 lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_option.rb
ehbrs_ruby_utils-0.41.1 lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_option.rb
ehbrs_ruby_utils-0.41.0 lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_option.rb
ehbrs_ruby_utils-0.40.0 lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_option.rb
ehbrs_ruby_utils-0.39.0 lib/ehbrs_ruby_utils/bga/table/whatsapp_formatters/base/format_option.rb