Class: Inertia::Props::Base

Inherits:
Data
  • Object
show all
Defined in:
lib/inertia/props.rb

Overview

Base class for all prop wrappers.

Instance Method Summary collapse

Instance Method Details

#resolveObject



8
9
10
# File 'lib/inertia/props.rb', line 8

def resolve
  block.call
end