class Sensi::Response

Public Class Methods

new(hash) click to toggle source
# File lib/sensi/response.rb, line 7
def initialize(hash)
        convert(hash)
end