Class: ShuttleApp

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

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 10

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 10

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 10

def path
  @path
end

#platform_idObject

Returns the value of attribute platform_id

Returns:

  • (Object)

    the current value of platform_id



10
11
12
# File 'lib/fastlane/plugin/shuttle/actions/shuttle_action.rb', line 10

def platform_id
  @platform_id
end