Class: Metanorma::Release::IndexParameters

Inherits:
Struct
  • Object
show all
Defined in:
lib/metanorma/release/document_index.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



22
23
24
# File 'lib/metanorma/release/document_index.rb', line 22

def channels
  @channels
end

#organizationsObject

Returns the value of attribute organizations

Returns:

  • (Object)

    the current value of organizations



22
23
24
# File 'lib/metanorma/release/document_index.rb', line 22

def organizations
  @organizations
end

#repo_countObject

Returns the value of attribute repo_count

Returns:

  • (Object)

    the current value of repo_count



22
23
24
# File 'lib/metanorma/release/document_index.rb', line 22

def repo_count
  @repo_count
end

#topicObject

Returns the value of attribute topic

Returns:

  • (Object)

    the current value of topic



22
23
24
# File 'lib/metanorma/release/document_index.rb', line 22

def topic
  @topic
end