class EacRubyUtils::Compact

def to_h

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