Class: ONEAccess::DataObject::Contributor

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

Instance Attribute Summary collapse

Method Summary

Methods included from Serializable

from_json, represented_by

Instance Attribute Details

#activeObject Also known as: active?

Returns the value of attribute active.



15
16
17
# File 'lib/oneaccess/data_object/contributor.rb', line 15

def active
  @active
end

#contributor_idObject

Returns the value of attribute contributor_id.



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

def contributor_id
  @contributor_id
end

#contributor_nameObject

Returns the value of attribute contributor_name.



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

def contributor_name
  @contributor_name
end

#contributor_shortnameObject

Returns the value of attribute contributor_shortname.



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

def contributor_shortname
  @contributor_shortname
end