Method: Mints::Pub#get_tags
- Defined in:
- lib/pub.rb
#get_tags(options = nil) ⇒ Object
Get Tags.
Get a collection of tags.
Parameters
-
options
- [Hash] List of Resource collection Options shown above can be used as parameter
274 275 276 |
# File 'lib/pub.rb', line 274 def ( = nil) return @client.raw("get", "/config/tags", ) end |