class RepoFile
Attributes
body[RW]
file[RW]
Public Instance Methods
to_json()
click to toggle source
# File lib/transparent_git/repo.rb, line 79 def to_json {:file => file, :body => body} end