class DPLibrary::Base
Public Class Methods
new(response)
click to toggle source
# File lib/DPLibrary/base.rb, line 5 def initialize(response) JSON.parse(response) end
# File lib/DPLibrary/base.rb, line 5 def initialize(response) JSON.parse(response) end