Class: NRSER::Meta::Props::Base

Inherits:
Object
  • Object
show all
Includes:
NRSER::Meta::Props
Defined in:
lib/nrser/meta/props/base.rb

Constant Summary

Constants included from NRSER::Meta::Props

CLASS_KEY, PROPS_VARIABLE_NAME, PROP_VALUES_VARIABLE_NAME

Instance Method Summary collapse

Methods included from NRSER::Meta::Props

from_data, get_props_ref, included, #initialize_props, #merge, #to_data, #to_h, #to_json, #to_yaml

Constructor Details

#initialize(**values) ⇒ Base

Returns a new instance of Base.



8
9
10
# File 'lib/nrser/meta/props/base.rb', line 8

def initialize **values
  initialize_props values
end