Module: UniOne::Client::Tag
- Extended by:
- Validation::ClassMethods
- Includes:
- Validation::InstanceMethods
- Included in:
- UniOne::Client
- Defined in:
- lib/unione/client/tag.rb
Instance Method Summary collapse
Methods included from Validation::ClassMethods
Instance Method Details
#delete_tag(params = {}) ⇒ Object
11 12 13 |
# File 'lib/unione/client/tag.rb', line 11 def delete_tag(params = {}) post('tag/delete.json', params) end |
#list_tags(params = {}) ⇒ Object
7 8 9 |
# File 'lib/unione/client/tag.rb', line 7 def (params = {}) post('tag/list.json', params) end |