class Praxis::Mapper::ResourceNotFound
Attributes
Public Class Methods
Source
# File lib/praxis/mapper/resource.rb, line 10 def initialize(type:, id: nil) @type = type @id = id end
# File lib/praxis/mapper/resource.rb, line 10 def initialize(type:, id: nil) @type = type @id = id end