Class: Firebrigade::API::Target

Inherits:
Struct
  • Object
show all
Defined in:
lib/firebrigade/api.rb

Overview

A Target contains information about the test platform.

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



70
71
72
# File 'lib/firebrigade/api.rb', line 70

def id
  @id
end

#platformObject

Returns the value of attribute platform

Returns:

  • (Object)

    the current value of platform



70
71
72
# File 'lib/firebrigade/api.rb', line 70

def platform
  @platform
end

#release_dateObject

Returns the value of attribute release_date

Returns:

  • (Object)

    the current value of release_date



70
71
72
# File 'lib/firebrigade/api.rb', line 70

def release_date
  @release_date
end

#usernameObject

Returns the value of attribute username

Returns:

  • (Object)

    the current value of username



70
71
72
# File 'lib/firebrigade/api.rb', line 70

def username
  @username
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



70
71
72
# File 'lib/firebrigade/api.rb', line 70

def version
  @version
end