Method: Rugged::Tag::Annotation#to_hash
- Defined in:
- lib/rugged/tag.rb
#to_hash ⇒ Object
40 41 42 43 44 45 46 47 |
# File 'lib/rugged/tag.rb', line 40 def to_hash { :message => , :name => name, :target => target, :tagger => tagger, } end |