class Tinybucket::Model::BranchRestriction

BranchRestriction

@see developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/branch-restrictions

branch-restrictions Resource

@!attribute [rw] groups

@return [Array]

@!attribute [rw] id

@return [Fixnum]

@!attribute [rw] kind

@return [String]

@!attribute [rw] links

@return [Hash]

@!attribute [rw] pattern

@return [String]

@!attribute [rw] users

@return [Array]

@!attribute [rw] uuid

@return [NillClass]

Public Instance Methods

destroy() click to toggle source

Delete this branch restriction

@todo to be implemented @raise [NotImplementedError] to be implemented.

# File lib/tinybucket/model/branch_restriction.rb, line 41
def destroy
  raise NotImplementedError
end
update(_params) click to toggle source

Update this branch restriction

@todo to be implemented @raise [NotImplementedError] to be implemented.

# File lib/tinybucket/model/branch_restriction.rb, line 33
def update(_params)
  raise NotImplementedError
end