Module: FFI::DRY::StructHelper::ClassMethods
- Defined in:
- lib/ffi/dry.rb
Overview
Contains dsl_layout and some support methods that an ‘includee’ of DryStructHelper will have available as class methods.
Instance Method Summary collapse
-
#dsl_metadata ⇒ Object
returns the structure metadata for this class based on the dsl_layout definitions.
Instance Method Details
#dsl_metadata ⇒ Object
returns the structure metadata for this class based on the dsl_layout definitions
145 146 147 |
# File 'lib/ffi/dry.rb', line 145 def @dsl_metadata end |