class AdnHashtagPhotos::Uploader::Base

Public Class Methods

detected?() click to toggle source

@param [Array] annotations

# File lib/adn_hashtag_photos/uploader/base.rb, line 10
def self.detected?
  raise NotImplementedError
end
new(annotations) click to toggle source

@param [Array] annotations

# File lib/adn_hashtag_photos/uploader/base.rb, line 5
def initialize annotations
  @annotations = annotations
end