Class: Sourcescrub::Models::Tag
- Defined in:
- lib/sourcescrub/models/tag.rb
Overview
Tag
Constant Summary collapse
- ENDPOINT =
'tags'
Instance Method Summary collapse
Methods inherited from Entity
#as_json, #fields, #parse_response
Methods included from Utils::Response
Instance Method Details
#field_ids ⇒ Object
10 11 12 13 14 15 16 17 |
# File 'lib/sourcescrub/models/tag.rb', line 10 def field_ids %w[ id name firmScoped createdDate ] end |