Class: TensorBuzz::Api::Response
- Inherits:
-
Data
- Object
- Data
- TensorBuzz::Api::Response
- Defined in:
- lib/tensorbuzz/api/response.rb
Instance Attribute Summary collapse
-
#bug_report_id ⇒ Object
readonly
Returns the value of attribute bug_report_id.
-
#bug_report_instance_id ⇒ Object
readonly
Returns the value of attribute bug_report_instance_id.
-
#project_id ⇒ Object
readonly
Returns the value of attribute project_id.
-
#project_slug ⇒ Object
readonly
Returns the value of attribute project_slug.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#bug_report_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute 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_id ⇒ Object (readonly)
Returns the value of attribute project_id
5 6 7 |
# File 'lib/tensorbuzz/api/response.rb', line 5 def project_id @project_id end |
#project_slug ⇒ Object (readonly)
Returns the value of attribute project_slug
5 6 7 |
# File 'lib/tensorbuzz/api/response.rb', line 5 def project_slug @project_slug end |
#url ⇒ Object (readonly)
Returns the value of attribute url
5 6 7 |
# File 'lib/tensorbuzz/api/response.rb', line 5 def url @url end |