Class: Pray::ProjectInvocationOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/pray/project_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#environmentObject

Returns the value of attribute environment

Returns:

  • (Object)

    the current value of environment



16
17
18
# File 'lib/pray/project_context.rb', line 16

def environment
  @environment
end

#manifest_pathObject

Returns the value of attribute manifest_path

Returns:

  • (Object)

    the current value of manifest_path



16
17
18
# File 'lib/pray/project_context.rb', line 16

def manifest_path
  @manifest_path
end

#project_rootObject

Returns the value of attribute project_root

Returns:

  • (Object)

    the current value of project_root



16
17
18
# File 'lib/pray/project_context.rb', line 16

def project_root
  @project_root
end