Class: Puree::Model::ResearchOutputScopusMetric

Inherits:
Structure
  • Object
show all
Defined in:
lib/puree/model/research_output_scopus_metric.rb

Overview

A Scopus metric.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Structure

#data?

Instance Attribute Details

#valueInteger?

Returns:

  • (Integer, nil)


9
10
11
# File 'lib/puree/model/research_output_scopus_metric.rb', line 9

def value
  @value
end

#yearInteger?

Returns:

  • (Integer, nil)


12
13
14
# File 'lib/puree/model/research_output_scopus_metric.rb', line 12

def year
  @year
end