class Prevoty::HashResult

Attributes

hash[R]

Public Class Methods

new(data) click to toggle source
# File lib/prevoty/responses/hash_result.rb, line 5
def initialize(data)
  @hash = data["hash"]
end