Class: Hash
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#to_kintone ⇒ Object
2 3 4 |
# File 'lib/kintone/type/extension/hash.rb', line 2 def to_kintone map { |k, v| [k, v.to_kintone] }.to_h end |