Class: ActiveJob::Temporal::RailsEnvironmentLoader::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/activejob/temporal/rails_environment_loader.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#environment_pathObject

Returns the value of attribute environment_path

Returns:

  • (Object)

    the current value of environment_path



8
9
10
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 8

def environment_path
  @environment_path
end

#loadedObject

Returns the value of attribute loaded

Returns:

  • (Object)

    the current value of loaded



8
9
10
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 8

def loaded
  @loaded
end

#rails_rootObject

Returns the value of attribute rails_root

Returns:

  • (Object)

    the current value of rails_root



8
9
10
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 8

def rails_root
  @rails_root
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



8
9
10
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 8

def warnings
  @warnings
end

Instance Method Details

#loaded?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 9

def loaded?
  loaded
end