Class: MendixBridge::ProjectCreator::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/mendix_bridge/project_creator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#git_initializedObject (readonly)

Returns the value of attribute git_initialized

Returns:

  • (Object)

    the current value of git_initialized



11
12
13
# File 'lib/mendix_bridge/project_creator.rb', line 11

def git_initialized
  @git_initialized
end

#model_fileObject (readonly)

Returns the value of attribute model_file

Returns:

  • (Object)

    the current value of model_file



11
12
13
# File 'lib/mendix_bridge/project_creator.rb', line 11

def model_file
  @model_file
end

#project_dirObject (readonly)

Returns the value of attribute project_dir

Returns:

  • (Object)

    the current value of project_dir



11
12
13
# File 'lib/mendix_bridge/project_creator.rb', line 11

def project_dir
  @project_dir
end

#project_fileObject (readonly)

Returns the value of attribute project_file

Returns:

  • (Object)

    the current value of project_file



11
12
13
# File 'lib/mendix_bridge/project_creator.rb', line 11

def project_file
  @project_file
end