Class: Dry::ElasticModel::TypeOptions::Base

Inherits:
Struct
  • Object
show all
Defined in:
lib/dry/elastic_model/type_options/base.rb

Direct Known Subclasses

Binary, Boolean, Date, Numeric, Object, Range, StringType

Instance Method Summary collapse

Instance Method Details

#to_hObject



9
10
11
# File 'lib/dry/elastic_model/type_options/base.rb', line 9

def to_h
  attributes
end