Method: Mints::Pub#get_tag

Defined in:
lib/pub.rb

#get_tag(slug, options = nil) ⇒ Object

Get Tag.

Get a single tag

Parameters

  • slug - [String] It’s the string identifier generated by Mints

  • options - [Hash] List of Single Resource Options shown above can be used as parameter



285
286
287
# File 'lib/pub.rb', line 285

def get_tag(slug, options = nil)
  return @client.raw("get", "/config/tags/#{slug}", options)
end