Class: Metanorma::Release::Platform::GitHub::GitHubRelease
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::Platform::GitHub::GitHubRelease
- Defined in:
- lib/metanorma/release/platform/github/release_fetcher.rb
Instance Attribute Summary collapse
-
#assets ⇒ Object
Returns the value of attribute assets.
-
#body ⇒ Object
Returns the value of attribute body.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#draft ⇒ Object
Returns the value of attribute draft.
-
#html_url ⇒ Object
Returns the value of attribute html_url.
-
#prerelease ⇒ Object
Returns the value of attribute prerelease.
-
#published_at ⇒ Object
Returns the value of attribute published_at.
-
#tag_name ⇒ Object
Returns the value of attribute tag_name.
Instance Attribute Details
#assets ⇒ Object
Returns the value of attribute assets
7 8 9 |
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7 def assets @assets end |
#body ⇒ Object
Returns the value of attribute body
7 8 9 |
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7 def body @body end |
#created_at ⇒ Object
Returns the value of attribute created_at
7 8 9 |
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7 def created_at @created_at end |
#draft ⇒ Object
Returns the value of attribute draft
7 8 9 |
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7 def draft @draft end |
#html_url ⇒ Object
Returns the value of attribute html_url
7 8 9 |
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7 def html_url @html_url end |
#prerelease ⇒ Object
Returns the value of attribute prerelease
7 8 9 |
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7 def prerelease @prerelease end |
#published_at ⇒ Object
Returns the value of attribute published_at
7 8 9 |
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7 def published_at @published_at end |
#tag_name ⇒ Object
Returns the value of attribute tag_name
7 8 9 |
# File 'lib/metanorma/release/platform/github/release_fetcher.rb', line 7 def tag_name @tag_name end |