class Materialist::Materializer::Internals::HateoasResource

Public Class Methods

new(response, client:) click to toggle source
# File lib/materialist/materializer/internals/resources.rb, line 16
def initialize(response, client:)
  super(response.body, client: client)
end