Class: Commit

Inherits:
Object
  • Object
show all
Extended by:
Nestable
Includes:
Accessible
Defined in:
lib/models/commit.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Nestable

nests

Methods included from Accessible

#[], #[]=, #accessible?, #initialize, #update_attributes

Instance Attribute Details

#labelObject

Returns the value of attribute label.



9
10
11
# File 'lib/models/commit.rb', line 9

def label
  @label
end

#refObject

Returns the value of attribute ref.



9
10
11
# File 'lib/models/commit.rb', line 9

def ref
  @ref
end

#repoObject

Returns the value of attribute repo.



9
10
11
# File 'lib/models/commit.rb', line 9

def repo
  @repo
end

#shaObject

Returns the value of attribute sha.



9
10
11
# File 'lib/models/commit.rb', line 9

def sha
  @sha
end