Method: Frontapp::Client::Tags#get_tag

Defined in:
lib/frontapp/client/tags.rb

#get_tag(tag_id) ⇒ Object

Parameters Name Type Description


tag_id string Id of the requested tag




14
15
16
# File 'lib/frontapp/client/tags.rb', line 14

def get_tag(tag_id)
  get("tags/#{tag_id}")
end