Class: Foobara::LoadDotenv::EnvFile

Inherits:
Struct
  • Object
show all
Defined in:
foobara-dotenv-loader-0.0.3/src/load_dotenv.rb

Instance Attribute Summary collapse

Instance Attribute Details

#envsObject

Returns the value of attribute envs

Returns:

  • (Object)

    the current value of envs



9
10
11
# File 'foobara-dotenv-loader-0.0.3/src/load_dotenv.rb', line 9

def envs
  @envs
end

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of 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_localObject

Returns the value of attribute is_local

Returns:

  • (Object)

    the current value of is_local



9
10
11
# File 'foobara-dotenv-loader-0.0.3/src/load_dotenv.rb', line 9

def is_local
  @is_local
end