Class: Montague::Model::Mandate
- Defined in:
- lib/montague/model/mandate.rb
Overview
Funder compliance mandate
Instance Attribute Summary collapse
- #compliance_type ⇒ String?
- #funder ⇒ Montague::Model::Funder?
- #publisher_complies ⇒ String?
- #selected_titles ⇒ String?
Method Summary
Methods inherited from Structure
Instance Attribute Details
#compliance_type ⇒ String?
15 16 17 |
# File 'lib/montague/model/mandate.rb', line 15 def compliance_type @compliance_type end |
#funder ⇒ Montague::Model::Funder?
9 10 11 |
# File 'lib/montague/model/mandate.rb', line 9 def funder @funder end |
#publisher_complies ⇒ String?
12 13 14 |
# File 'lib/montague/model/mandate.rb', line 12 def publisher_complies @publisher_complies end |
#selected_titles ⇒ String?
18 19 20 |
# File 'lib/montague/model/mandate.rb', line 18 def selected_titles @selected_titles end |