class EacRubyUtils::Compact

def to_h

Returns:
  • (Hash) -
def to_h
  attributes.to_h { |attr| [attr.to_sym, attribute_value(attr)] }
end