implement iqdb wrapper
This commit is contained in:
11
app/logical/iqdb/responses/response_102.rb
Normal file
11
app/logical/iqdb/responses/response_102.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
module Iqdb
|
||||
module Responses
|
||||
class Response_102 < Base
|
||||
attr_reader :dbid, :filename
|
||||
|
||||
def initialize(response_string)
|
||||
@dbid, @filename = response_string.split(/ /)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user