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



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

def saml
  @saml
end

#titleObject

Returns the value of attribute title.



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

def title
  @title
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end