Class: Metanorma::Release::DocumentSource
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::DocumentSource
- Defined in:
- lib/metanorma/release/document_index.rb
Instance Attribute Summary collapse
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#release_date ⇒ Object
Returns the value of attribute release_date.
-
#release_url ⇒ Object
Returns the value of attribute release_url.
-
#repo ⇒ Object
Returns the value of attribute repo.
-
#tag ⇒ Object
Returns the value of attribute tag.
Instance Method Summary collapse
Instance Attribute Details
#owner ⇒ Object
Returns the value of attribute owner
13 14 15 |
# File 'lib/metanorma/release/document_index.rb', line 13 def owner @owner end |
#release_date ⇒ Object
Returns the value of attribute release_date
13 14 15 |
# File 'lib/metanorma/release/document_index.rb', line 13 def release_date @release_date end |
#release_url ⇒ Object
Returns the value of attribute release_url
13 14 15 |
# File 'lib/metanorma/release/document_index.rb', line 13 def release_url @release_url end |
#repo ⇒ Object
Returns the value of attribute repo
13 14 15 |
# File 'lib/metanorma/release/document_index.rb', line 13 def repo @repo end |
#tag ⇒ Object
Returns the value of attribute tag
13 14 15 |
# File 'lib/metanorma/release/document_index.rb', line 13 def tag @tag end |
Instance Method Details
#repo_key ⇒ Object
17 18 19 |
# File 'lib/metanorma/release/document_index.rb', line 17 def repo_key "#{owner}/#{repo}" end |