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