Class: Sourcescrub::Models::Tag

Inherits:
Entity
  • Object
show all
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

dynamic_attributes

Instance Method Details

#field_idsObject



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