Class: JiraClient::Worklog

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

attr_reader, conversions, convert, from_response, #initialize

Constructor Details

This class inherits a constructor from JiraClient::Base

Instance Attribute Details

#authorObject (readonly)

Returns the value of attribute author.



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

def author
  @author
end

#commentObject (readonly)

Returns the value of attribute comment.



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

def comment
  @comment
end

#startedObject (readonly)

Returns the value of attribute started.



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

def started
  @started
end

#time_spentObject (readonly)

Returns the value of attribute time_spent.



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

def time_spent
  @time_spent
end

#time_spent_secondsObject (readonly)

Returns the value of attribute time_spent_seconds.



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

def time_spent_seconds
  @time_spent_seconds
end

#update_authorObject (readonly)

Returns the value of attribute update_author.



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

def update_author
  @update_author
end