class Materialist::Materializer::Internals::HateoasResource
Public Class Methods
new(response, client:)
click to toggle source
Calls superclass method
Materialist::Materializer::Internals::PayloadResource::new
# File lib/materialist/materializer/internals/resources.rb, line 16 def initialize(response, client:) super(response.body, client: client) end