Class: Releaser::Tag
- Inherits:
-
Struct
- Object
- Struct
- Releaser::Tag
- Extended by:
- Forwardable
- Defined in:
- lib/releaser.rb
Instance Attribute Summary collapse
-
#commit ⇒ Object
Returns the value of attribute commit.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#commit ⇒ Object
Returns the value of attribute commit
109 110 111 |
# File 'lib/releaser.rb', line 109 def commit @commit end |
#name ⇒ Object
Returns the value of attribute name
109 110 111 |
# File 'lib/releaser.rb', line 109 def name @name end |
Instance Method Details
#author ⇒ Object
114 115 116 |
# File 'lib/releaser.rb', line 114 def commit.[:name] end |