Class: URI::MXC

Inherits:
Generic show all
Defined in:
lib/matrix_sdk/util/uri.rb

Overview

A mxc:// Matrix content URL

Instance Method Summary collapse

Instance Method Details

#full_pathObject



8
9
10
11
12
# File 'lib/matrix_sdk/util/uri.rb', line 8

def full_path
  select(:host, :port, :path, :query, :fragment)
    .compact
    .join
end