Method: CodasetAPI::Ticket.element_path
- Defined in:
- lib/codaset/codaset-api.rb
.element_path(id, prefix_options = {}, query_options = nil) ⇒ Object
begin monkey patches
191 192 193 194 |
# File 'lib/codaset/codaset-api.rb', line 191 def self.element_path(id, = {}, = nil) , = () if .nil? "#{prefix()}#{collection_name}/#{URI.escape id.to_s}#{query_string()}" end |