Class: Odca::Overlays::FormatOverlay

Inherits:
Object
  • Object
show all
Extended by:
Odca::Overlay
Defined in:
lib/odca/overlays/format_overlay.rb

Instance Method Summary collapse

Methods included from Odca::Overlay

extended

Instance Method Details

#to_hObject



8
9
10
11
12
# File 'lib/odca/overlays/format_overlay.rb', line 8

def to_h
  {
    attr_formats: attr_values
  }
end