class Praxis::Mapper::ResourceNotFound

Attributes

id[R]
type[R]

Public Class Methods

new(type:, id: nil) click to toggle source
# File lib/praxis/mapper/resource.rb, line 10
def initialize(type:, id: nil)
  @type = type
  @id = id
end