Class: NRSER::Meta::Props::Base
- Inherits:
-
Object
- Object
- NRSER::Meta::Props::Base
- 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
-
#initialize(**values) ⇒ Base
constructor
A new instance of Base.
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 |