class Hash

Public Instance Methods

jsoned_into(obj) click to toggle source
# File lib/trello/core_ext/hash.rb, line 3
def jsoned_into(obj)
  obj.from_json(self)
end