Class: Agentilda::Linear::Issue
- Inherits:
-
Data
- Object
- Data
- Agentilda::Linear::Issue
- Defined in:
- lib/agentilda/linear/issue.rb
Overview
One row of a plan's linear.md: an issue this tool has already pushed.
Instance Attribute Summary collapse
-
#digest ⇒ String
readonly
Fingerprint of the payload as pushed.
-
#identifier ⇒ String
readonly
"TAX-41" — Linear resolves this as an id.
-
#state ⇒ String
readonly
As pushed.
-
#title ⇒ String
readonly
As pushed.
-
#unit ⇒ String
readonly
The Unit#key it was made from.
- #url ⇒ String? readonly
Instance Attribute Details
#digest ⇒ String (readonly)
Returns fingerprint of the payload as pushed.
21 |
# File 'lib/agentilda/linear/issue.rb', line 21 Issue = Data.define(:unit, :identifier, :url, :title, :state, :digest) |
#identifier ⇒ String (readonly)
Returns "TAX-41" — Linear resolves this as an id.
21 |
# File 'lib/agentilda/linear/issue.rb', line 21 Issue = Data.define(:unit, :identifier, :url, :title, :state, :digest) |
#state ⇒ String (readonly)
Returns as pushed.
21 |
# File 'lib/agentilda/linear/issue.rb', line 21 Issue = Data.define(:unit, :identifier, :url, :title, :state, :digest) |
#title ⇒ String (readonly)
Returns as pushed.
21 |
# File 'lib/agentilda/linear/issue.rb', line 21 Issue = Data.define(:unit, :identifier, :url, :title, :state, :digest) |
#unit ⇒ String (readonly)
Returns the Unit#key it was made from.
21 |
# File 'lib/agentilda/linear/issue.rb', line 21 Issue = Data.define(:unit, :identifier, :url, :title, :state, :digest) |
#url ⇒ String? (readonly)
21 |
# File 'lib/agentilda/linear/issue.rb', line 21 Issue = Data.define(:unit, :identifier, :url, :title, :state, :digest) |