Method: Spaceship::Portal::App#app_id

Defined in:
spaceship/lib/spaceship/portal/app.rb

#app_idString

Returns The identifier of this app, provided by the Dev Portal.

Examples:

"RGAWZGXSAA"

Returns:

  • (String)

    The identifier of this app, provided by the Dev Portal

[View source]

12
13
14
# File 'spaceship/lib/spaceship/portal/app.rb', line 12

def app_id
  @app_id
end