Class: ActiveMatrix::Uri::MXC
- Inherits:
-
URI::Generic
- Object
- URI::Generic
- ActiveMatrix::Uri::MXC
- Defined in:
- lib/active_matrix/uri_module.rb
Overview
A mxc:// Matrix content URL
Instance Method Summary collapse
Instance Method Details
#full_path ⇒ Object
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 |