Method: Clouder::Entity#path
- Defined in:
- lib/clouder/entity.rb
#path ⇒ Object
Partial URI for the object (without the protocol, hostname)
=> "/notes/ce655c90-cf09-012b-cd41-0016cb91f13d"
135 136 137 |
# File 'lib/clouder/entity.rb', line 135 def path URI.parse(uri).path end |