Method: ATDIS::Model#json_load_error

Defined in:
lib/atdis/model.rb

#json_load_errorObject

Stores any part of the json that could not be interpreted. Usually signals an error if it isn’t empty.



51
52
53
# File 'lib/atdis/model.rb', line 51

def json_load_error
  @json_load_error
end