Class: Versi::Transients::GitTag
- Inherits:
-
Struct
- Object
- Struct
- Versi::Transients::GitTag
- Defined in:
- lib/versi/transients/git_tag.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/versi/transients/git_tag.rb', line 3 def @message end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/versi/transients/git_tag.rb', line 3 def name @name end |