Class: Releaser::Tag

Inherits:
Struct
  • Object
show all
Extended by:
Forwardable
Defined in:
lib/releaser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#commitObject

Returns the value of attribute commit

Returns:

  • (Object)

    the current value of commit



109
110
111
# File 'lib/releaser.rb', line 109

def commit
  @commit
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



109
110
111
# File 'lib/releaser.rb', line 109

def name
  @name
end

Instance Method Details

#authorObject



114
115
116
# File 'lib/releaser.rb', line 114

def author
  commit.author[:name]
end