Module: Isomorfeus::ExecutionEnvironmentHelpers

Defined in:
lib/isomorfeus/execution_environment_helpers.rb

Instance Method Summary collapse

Instance Method Details

#on_android?Boolean

Returns:

  • (Boolean)


7
# File 'lib/isomorfeus/execution_environment_helpers.rb', line 7

def on_android?;  Isomorfeus.on_android?;  end

#on_browser?Boolean

Returns:

  • (Boolean)


3
# File 'lib/isomorfeus/execution_environment_helpers.rb', line 3

def on_browser?;  Isomorfeus.on_browser?;  end

#on_database?Boolean

Returns:

  • (Boolean)


9
# File 'lib/isomorfeus/execution_environment_helpers.rb', line 9

def on_database?; Isomorfeus.on_database?; end

#on_desktop?Boolean

Returns:

  • (Boolean)


5
# File 'lib/isomorfeus/execution_environment_helpers.rb', line 5

def on_desktop?;  Isomorfeus.on_desktop?;  end

#on_ios?Boolean

Returns:

  • (Boolean)


6
# File 'lib/isomorfeus/execution_environment_helpers.rb', line 6

def on_ios?;      Isomorfeus.on_ios?;      end

#on_mobile?Boolean

Returns:

  • (Boolean)


8
# File 'lib/isomorfeus/execution_environment_helpers.rb', line 8

def on_mobile?;   Isomorfeus.on_mobile?;   end

#on_server?Boolean

Returns:

  • (Boolean)


10
# File 'lib/isomorfeus/execution_environment_helpers.rb', line 10

def on_server?;   Isomorfeus.on_server?;   end

#on_ssr?Boolean

Returns:

  • (Boolean)


4
# File 'lib/isomorfeus/execution_environment_helpers.rb', line 4

def on_ssr?;      Isomorfeus.on_ssr?;      end