Class: BitbucketApi::Model::PullRequest

Inherits:
Base
  • Object
show all
Defined in:
lib/bitbucket-api/model/pull_request.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from BitbucketApi::Model::Base

Instance Attribute Details

#authorObject

Returns the value of attribute author.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def author
  @author
end

#close_source_branchObject

Returns the value of attribute close_source_branch.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def close_source_branch
  @close_source_branch
end

#closed_byObject

Returns the value of attribute closed_by.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def closed_by
  @closed_by
end

#comment_countObject

Returns the value of attribute comment_count.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def comment_count
  @comment_count
end

#created_onObject

Returns the value of attribute created_on.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def created_on
  @created_on
end

#destrinationObject

Returns the value of attribute destrination.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def destrination
  @destrination
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def id
  @id
end

Returns the value of attribute links.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def links
  @links
end

#merge_commitObject

Returns the value of attribute merge_commit.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def merge_commit
  @merge_commit
end

#participantsObject

Returns the value of attribute participants.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def participants
  @participants
end

#reasonObject

Returns the value of attribute reason.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def reason
  @reason
end

#reviewersObject

Returns the value of attribute reviewers.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def reviewers
  @reviewers
end

#sourceObject

Returns the value of attribute source.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def source
  @source
end

#stateObject

Returns the value of attribute state.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def state
  @state
end

#summaryObject

Returns the value of attribute summary.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def summary
  @summary
end

#task_countObject

Returns the value of attribute task_count.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def task_count
  @task_count
end

#titleObject

Returns the value of attribute title.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def title
  @title
end

#updated_onObject

Returns the value of attribute updated_on.



4
5
6
# File 'lib/bitbucket-api/model/pull_request.rb', line 4

def updated_on
  @updated_on
end