class OpenAccessReporter::Report

Attributes

classification[RW]

@return [String, nil]

license[RW]

@return [String, nil]

modified_at[RW]

@return [String] ISO 8601 timestamp

open[W]
title[RW]

@return [String]

Public Instance Methods

open?() click to toggle source

@return [Boolean]

# File lib/open_access_reporter/report.rb, line 19
def open?
  @open === true ? true : false
end