Class: Scopus::XMLResponse::XMLEmpty

Inherits:
Object
  • Object
show all
Defined in:
lib/scopus/xml_response.rb

Instance Method Summary collapse

Instance Method Details

#errorObject



31
32
33
# File 'lib/scopus/xml_response.rb', line 31

def error
  true
end

#error_msgObject



34
35
36
# File 'lib/scopus/xml_response.rb', line 34

def error_msg
  I18n::t(:empty_xml_file)
end