Sha256: 980d3a22aab7c3c0c16243a1179adf87e63204a67113af5f60d22c6ff9b17399

Contents?: true

Size: 394 Bytes

Versions: 22

Compression:

Stored size: 394 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true
module Mail
  class ContentLocationElement # :nodoc:

    include Mail::Utilities

    def initialize( string )
      content_location = Mail::Parsers::ContentLocationParser.new.parse(string)
      @location = content_location.location
    end

    def location
      @location
    end

    def to_s(*args)
      location.to_s
    end

  end
end

Version data entries

22 entries across 20 versions & 6 rubygems

Version Path
tdiary-5.0.6 vendor/bundle/gems/mail-2.6.6/lib/mail/elements/content_location_element.rb
tdiary-5.0.5 vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
tdiary-5.0.5 vendor/bundle/gems/tdiary-5.0.4/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
tdiary-5.0.5 vendor/bundle/gems/mail-2.6.6/lib/mail/elements/content_location_element.rb
mail-2.6.6 lib/mail/elements/content_location_element.rb
mail-2.6.6.rc1 lib/mail/elements/content_location_element.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/mail-2.6.5/lib/mail/elements/content_location_element.rb
mail-2.6.5 lib/mail/elements/content_location_element.rb
mail-2.6.5.rc1 lib/mail/elements/content_location_element.rb
tdiary-5.0.4 vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
abaci-0.3.0 vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
tdiary-5.0.2 vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb
tdiary-5.0.1 vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb