16 17 18 19 20 21
# File 'lib/callapi/call/response.rb', line 16 def data raise_error unless ok? return nil if no_content? parse end