Class: Metanorma::Release::IndexParameters
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Release::IndexParameters
- Defined in:
- lib/metanorma/release/document_index.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#organizations ⇒ Object
Returns the value of attribute organizations.
-
#repo_count ⇒ Object
Returns the value of attribute repo_count.
-
#topic ⇒ Object
Returns the value of attribute topic.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
22 23 24 |
# File 'lib/metanorma/release/document_index.rb', line 22 def channels @channels end |
#organizations ⇒ Object
Returns the value of attribute organizations
22 23 24 |
# File 'lib/metanorma/release/document_index.rb', line 22 def organizations @organizations end |
#repo_count ⇒ Object
Returns the value of attribute repo_count
22 23 24 |
# File 'lib/metanorma/release/document_index.rb', line 22 def repo_count @repo_count end |
#topic ⇒ Object
Returns the value of attribute topic
22 23 24 |
# File 'lib/metanorma/release/document_index.rb', line 22 def topic @topic end |