Class: TensorBuzz::Api::Response

Inherits:
Data
  • Object
show all
Defined in:
lib/tensorbuzz/api/response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bug_report_idObject (readonly)

Returns the value of attribute bug_report_id

Returns:

  • (Object)

    the current value of bug_report_id



5
6
7
# File 'lib/tensorbuzz/api/response.rb', line 5

def bug_report_id
  @bug_report_id
end

#bug_report_instance_idObject (readonly)

Returns the value of attribute bug_report_instance_id

Returns:

  • (Object)

    the current value of bug_report_instance_id



5
6
7
# File 'lib/tensorbuzz/api/response.rb', line 5

def bug_report_instance_id
  @bug_report_instance_id
end

#project_idObject (readonly)

Returns the value of attribute project_id

Returns:

  • (Object)

    the current value of project_id



5
6
7
# File 'lib/tensorbuzz/api/response.rb', line 5

def project_id
  @project_id
end

#project_slugObject (readonly)

Returns the value of attribute project_slug

Returns:

  • (Object)

    the current value of project_slug



5
6
7
# File 'lib/tensorbuzz/api/response.rb', line 5

def project_slug
  @project_slug
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



5
6
7
# File 'lib/tensorbuzz/api/response.rb', line 5

def url
  @url
end