Class: PackageInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/fastlane/plugin/shuttle/actions/shuttle_action.rb

Instance Attribute Summary collapse

Instance Attribute Details

#build_versionObject

Returns the value of attribute build_version

Returns:

  • (Object)

    the current value of build_version



14
15
16
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14

def build_version
  @build_version
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



14
15
16
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



14
15
16
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14

def path
  @path
end

#platform_idObject

Returns the value of attribute platform_id

Returns:

  • (Object)

    the current value of platform_id



14
15
16
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14

def platform_id
  @platform_id
end

#release_versionObject

Returns the value of attribute release_version

Returns:

  • (Object)

    the current value of release_version



14
15
16
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 14

def release_version
  @release_version
end