Class: JiraClient::Project

Inherits:
Base
  • Object
show all
Defined in:
lib/jira_client/project.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Base

attr_reader, conversions, convert, from_response, #initialize

Constructor Details

This class inherits a constructor from JiraClient::Base

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key.



3
4
5
# File 'lib/jira_client/project.rb', line 3

def key
  @key
end

#nameObject (readonly)

Returns the value of attribute name.



3
4
5
# File 'lib/jira_client/project.rb', line 3

def name
  @name
end

Instance Method Details

#to_sObject



5
6
7
# File 'lib/jira_client/project.rb', line 5

def to_s
  name
end