Class: URI::MXC
Overview
A mxc:// Matrix content URL
Instance Method Summary collapse
Instance Method Details
#full_path ⇒ Object
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 |