Class: ActiveJob::Temporal::RailsEnvironmentLoader::Result
- Inherits:
-
Struct
- Object
- Struct
- ActiveJob::Temporal::RailsEnvironmentLoader::Result
- Defined in:
- lib/activejob/temporal/rails_environment_loader.rb
Instance Attribute Summary collapse
-
#environment_path ⇒ Object
Returns the value of attribute environment_path.
-
#loaded ⇒ Object
Returns the value of attribute loaded.
-
#rails_root ⇒ Object
Returns the value of attribute rails_root.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Method Summary collapse
Instance Attribute Details
#environment_path ⇒ Object
Returns the value of attribute environment_path
8 9 10 |
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 8 def environment_path @environment_path end |
#loaded ⇒ Object
Returns the value of attribute loaded
8 9 10 |
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 8 def loaded @loaded end |
#rails_root ⇒ Object
Returns the value of attribute rails_root
8 9 10 |
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 8 def rails_root @rails_root end |
#warnings ⇒ Object
Returns the value of attribute warnings
8 9 10 |
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 8 def warnings @warnings end |
Instance Method Details
#loaded? ⇒ Boolean
9 10 11 |
# File 'lib/activejob/temporal/rails_environment_loader.rb', line 9 def loaded? loaded end |