Class: Msbuild::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/sapfire/msbuild/module.rb

Instance Attribute Summary collapse

Instance Attribute Details

#build_typeObject

Returns the value of attribute build_type.



23
24
25
# File 'lib/fastlane/plugin/sapfire/msbuild/module.rb', line 23

def build_type
  @build_type
end

#certificateObject

Returns the value of attribute certificate.



20
21
22
# File 'lib/fastlane/plugin/sapfire/msbuild/module.rb', line 20

def certificate
  @certificate
end

#certificate_passwordObject

Returns the value of attribute certificate_password.



21
22
23
# File 'lib/fastlane/plugin/sapfire/msbuild/module.rb', line 21

def certificate_password
  @certificate_password
end

#certificate_thumbprintObject

Returns the value of attribute certificate_thumbprint.



22
23
24
# File 'lib/fastlane/plugin/sapfire/msbuild/module.rb', line 22

def certificate_thumbprint
  @certificate_thumbprint
end

#msbuild_pathObject

Returns the value of attribute msbuild_path.



18
19
20
# File 'lib/fastlane/plugin/sapfire/msbuild/module.rb', line 18

def msbuild_path
  @msbuild_path
end

#msbuild_typeObject

Returns the value of attribute msbuild_type.



24
25
26
# File 'lib/fastlane/plugin/sapfire/msbuild/module.rb', line 24

def msbuild_type
  @msbuild_type
end

#overwritten_propsObject

Returns the value of attribute overwritten_props.



19
20
21
# File 'lib/fastlane/plugin/sapfire/msbuild/module.rb', line 19

def overwritten_props
  @overwritten_props
end

#paramsObject

Returns the value of attribute params.



17
18
19
# File 'lib/fastlane/plugin/sapfire/msbuild/module.rb', line 17

def params
  @params
end