class Mail::ContentLocationElement

:nodoc:

def initialize(string)

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

def to_s(*args)

def to_s(*args)
  location.to_s
end