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