Class: ONEAccess::DataObject::ResearchDocumentInfo

Inherits:
Object
  • Object
show all
Extended by:
Serializable
Defined in:
lib/oneaccess/data_object/research_document_info.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#samlObject

instance of SAMLInfo



14
15
16
# File 'lib/oneaccess/data_object/research_document_info.rb', line 14

def saml
  @saml
end

#titleObject

Returns the value of attribute title.



13
14
15
# File 'lib/oneaccess/data_object/research_document_info.rb', line 13

def title
  @title
end

#urlObject

Returns the value of attribute url.



12
13
14
# File 'lib/oneaccess/data_object/research_document_info.rb', line 12

def url
  @url
end