Class: GoogleMobileFriendly::ResponseData::RunMobileFriendlyTestResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google_mobile_friendly/response_data/run_mobile_friendly_test_response.rb

Constant Summary collapse

MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED =
'Internal error when running this test. Please try running the test again.'
MOBILE_FRIENDLY =
'The page is mobile friendly.'
NOT_MOBILE_FRIENDLY =
'The page is not mobile friendly.'

Class Method Summary collapse

Class Method Details

.mobile_friendlyObject



8
9
10
# File 'lib/google_mobile_friendly/response_data/run_mobile_friendly_test_response.rb', line 8

def self.mobile_friendly
  'MOBILE_FRIENDLY'
end