Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/jira/mixins.rb

Instance Method Summary collapse

Instance Method Details

#from_jsonObject



23
24
25
26
27
# File 'lib/jira/mixins.rb', line 23

def from_json
  JSON.parse(self)
rescue
  {}
end