Class: MetaData

Inherits:
Object
  • Object
show all
Defined in:
lib/fastlane/plugin/deploy_file_provider/model/metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#description_androidObject

Returns the value of attribute description_android.



2
3
4
# File 'lib/fastlane/plugin/deploy_file_provider/model/metadata.rb', line 2

def description_android
  @description_android
end

#description_iosObject

Returns the value of attribute description_ios.



2
3
4
# File 'lib/fastlane/plugin/deploy_file_provider/model/metadata.rb', line 2

def description_ios
  @description_ios
end

#languageObject

Returns the value of attribute language.



2
3
4
# File 'lib/fastlane/plugin/deploy_file_provider/model/metadata.rb', line 2

def language
  @language
end

#releaseNotesAndroidObject

Returns the value of attribute releaseNotesAndroid.



2
3
4
# File 'lib/fastlane/plugin/deploy_file_provider/model/metadata.rb', line 2

def releaseNotesAndroid
  @releaseNotesAndroid
end

#releaseNotesiOSObject

Returns the value of attribute releaseNotesiOS.



2
3
4
# File 'lib/fastlane/plugin/deploy_file_provider/model/metadata.rb', line 2

def releaseNotesiOS
  @releaseNotesiOS
end