Class: Metanorma::Release::Platform::Local::LocalRelease
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::Platform::Local::LocalRelease
- Defined in:
- lib/metanorma/release/platform/local/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
9 10 11 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 9 def assets @assets end |
#body ⇒ Object
Returns the value of attribute body
9 10 11 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 9 def body @body end |
#created_at ⇒ Object
Returns the value of attribute created_at
9 10 11 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 9 def created_at @created_at end |
#draft ⇒ Object
Returns the value of attribute draft
9 10 11 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 9 def draft @draft end |
#html_url ⇒ Object
Returns the value of attribute html_url
9 10 11 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 9 def html_url @html_url end |
#prerelease ⇒ Object
Returns the value of attribute prerelease
9 10 11 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 9 def prerelease @prerelease end |
#published_at ⇒ Object
Returns the value of attribute published_at
9 10 11 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 9 def published_at @published_at end |
#tag_name ⇒ Object
Returns the value of attribute tag_name
9 10 11 |
# File 'lib/metanorma/release/platform/local/fetcher.rb', line 9 def tag_name @tag_name end |