Class: Cocoaout::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoaout/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameObject

Returns the value of attribute app_name.



11
12
13
# File 'lib/cocoaout/config.rb', line 11

def app_name
  @app_name
end

#dmg_app_posObject

Returns the value of attribute dmg_app_pos.



11
12
13
# File 'lib/cocoaout/config.rb', line 11

def dmg_app_pos
  @dmg_app_pos
end

#dmg_applications_posObject

Returns the value of attribute dmg_applications_pos.



11
12
13
# File 'lib/cocoaout/config.rb', line 11

def dmg_applications_pos
  @dmg_applications_pos
end

#dmg_background_file_nameObject

Returns the value of attribute dmg_background_file_name.



11
12
13
# File 'lib/cocoaout/config.rb', line 11

def dmg_background_file_name
  @dmg_background_file_name
end

#dmg_sizeObject

Returns the value of attribute dmg_size.



11
12
13
# File 'lib/cocoaout/config.rb', line 11

def dmg_size
  @dmg_size
end

#projectObject

Returns the value of attribute project.



11
12
13
# File 'lib/cocoaout/config.rb', line 11

def project
  @project
end

#sdkObject

Returns the value of attribute sdk.



11
12
13
# File 'lib/cocoaout/config.rb', line 11

def sdk
  @sdk
end