Class: Jira::Resource::Issue

Inherits:
Base
  • Object
show all
Defined in:
lib/jira/resource/issue.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs, #client, #deleted, #expanded

Class Method Summary collapse

Methods inherited from Base

all, build, #delete, endpoint_name, #fetch, find, #initialize, #method_missing, #new_record?, parse_json, #respond_to?, rest_base_path, #rest_base_path, #save, #set_attrs, #set_attrs_from_response, #to_json, #to_s, #url

Constructor Details

This class inherits a constructor from Jira::Resource::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Jira::Resource::Base

Class Method Details

.key_attributeObject



8
9
10
# File 'lib/jira/resource/issue.rb', line 8

def self.key_attribute
  :id
end