Class: ONEAccess::DataObject::ResearchDocumentInfo
- Inherits:
-
Object
- Object
- ONEAccess::DataObject::ResearchDocumentInfo
- Defined in:
- lib/oneaccess/data_object/research_document_info.rb
Instance Attribute Summary collapse
-
#saml ⇒ Object
instance of SAMLInfo.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#saml ⇒ Object
instance of SAMLInfo
9 10 11 |
# File 'lib/oneaccess/data_object/research_document_info.rb', line 9 def saml @saml end |
#title ⇒ Object
Returns the value of attribute title.
8 9 10 |
# File 'lib/oneaccess/data_object/research_document_info.rb', line 8 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
7 8 9 |
# File 'lib/oneaccess/data_object/research_document_info.rb', line 7 def url @url end |