Module: Branch::Name::Models
- Defined in:
- lib/branch/name/models/branch.rb
Defined Under Namespace
Classes: Branch
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#ticket ⇒ Object
readonly
Returns the value of attribute ticket.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
8 9 10 |
# File 'lib/branch/name/models/branch.rb', line 8 def description @description end |
#ticket ⇒ Object (readonly)
Returns the value of attribute ticket.
8 9 10 |
# File 'lib/branch/name/models/branch.rb', line 8 def ticket @ticket end |