class URI::MXC

A mxc:// Matrix content URL

Public Instance Methods

full_path() click to toggle source
# File lib/matrix_sdk/util/uri.rb, line 8
def full_path
  select(:host, :port, :path, :query, :fragment)
    .reject(&:nil?)
    .join
end