Class: ActiveMatrix::Uri::MXC

Inherits:
URI::Generic
  • Object
show all
Defined in:
lib/active_matrix/uri_module.rb

Overview

A mxc:// Matrix content URL

Instance Method Summary collapse

Instance Method Details

#full_pathObject



9
10
11
12
13
# File 'lib/active_matrix/uri_module.rb', line 9

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