Class: Foobara::LoadDotenv::EnvFile
- Inherits:
-
Struct
- Object
- Struct
- Foobara::LoadDotenv::EnvFile
- Defined in:
- foobara-dotenv-loader-0.0.3/src/load_dotenv.rb
Instance Attribute Summary collapse
-
#envs ⇒ Object
Returns the value of attribute envs.
-
#file_name ⇒ Object
Returns the value of attribute file_name.
-
#is_local ⇒ Object
Returns the value of attribute is_local.
Instance Attribute Details
#envs ⇒ Object
Returns the value of attribute envs
9 10 11 |
# File 'foobara-dotenv-loader-0.0.3/src/load_dotenv.rb', line 9 def envs @envs end |
#file_name ⇒ Object
Returns the value of attribute file_name
9 10 11 |
# File 'foobara-dotenv-loader-0.0.3/src/load_dotenv.rb', line 9 def file_name @file_name end |
#is_local ⇒ Object
Returns the value of attribute is_local
9 10 11 |
# File 'foobara-dotenv-loader-0.0.3/src/load_dotenv.rb', line 9 def is_local @is_local end |