Sha256: dc86c3830b436b56d58674e18c8e2eed1eb1af126a2955f94becf2d8e81ddd8a

Contents?: true

Size: 487 Bytes

Versions: 27

Compression:

Stored size: 487 Bytes

Contents

require_relative 'abundance'

module BELParser
  module Language
    module Version2_0
      module ValueEncodings
        # ComplexAbundance value encoding.
        class ComplexAbundance < Abundance
          # Return the {Symbol} value.
          #
          # @note This method should be overridden in subclasses.
          def self.to_sym
            raise_not_implemented(__method__) if self != ComplexAbundance
            :C
          end
        end
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
bel_parser-1.1.6-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.6 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.5 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.4-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.4 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.3-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.3 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.2-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.2 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.1-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.1.1 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.8-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.8 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.7-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.7 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.6-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.6 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.5-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.5 lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb
bel_parser-1.0.4-java lib/bel_parser/language/version2_0/value_encodings/complex_abundance.rb