Module: ResourceStruct
- Defined in:
- lib/resource_struct.rb,
lib/resource_struct/version.rb,
lib/resource_struct/flex_struct.rb,
lib/resource_struct/strict_struct.rb,
lib/resource_struct/extensions/indifferent_lookup.rb
Overview
ResourceStruct
includes the factory method ResourceStruct.new(hash, opts) for building the various types of structs provided by the library.
Defined Under Namespace
Modules: Extensions Classes: Error, FlexStruct, StrictStruct
Constant Summary collapse
- VERSION =
"0.4.0"
- LooseStruct =
FlexStruct
- FirmStruct =
StrictStruct