class BusinessInsightApiClient::Mash

Public Class Methods

from_json(json_string) click to toggle source
# File lib/business_insight_api_client/mash.rb, line 6
def self.from_json(json_string)
  result_hash = ::MultiJson.decode(json_string)
  new(result_hash)
end