class Datawow::ImagePhotoTag

Attributes

project_key[W]

Public Class Methods

new() click to toggle source
# File lib/datawow/models/images/image_photo_tags.rb, line 10
def initialize
  @project_key = nil
  @type = :image
  @query_str ||= nil
  @path ='images/photo_tags'
end