Libraries
»
parametric
(0.2.21)
»
Index (M)
»
Parametric
»
Schema
»
MatchContext
Class: Parametric::Schema::MatchContext
Inherits:
Object
Object
Parametric::Schema::MatchContext
show all
Defined in:
lib/parametric/schema.rb
Instance Method Summary
collapse
#
field
(key) ⇒ Object
Instance Method Details
#
field
(key) ⇒
Object
198 199 200
# File 'lib/parametric/schema.rb', line 198
def
field
(
key
)
Field
.
new
(
key
.
to_sym
)
end