Class: RelatedObjectLink

Inherits:
Object
  • Object
show all
Defined in:
app/models/related_object_link.rb

Overview

Convenience class to make it easier to link to related objects

Instance Attribute Summary collapse

Instance Attribute Details

#identifierObject

Returns the value of attribute identifier.



4
5
6
# File 'app/models/related_object_link.rb', line 4

def identifier
  @identifier
end

Returns the value of attribute link.



4
5
6
# File 'app/models/related_object_link.rb', line 4

def link
  @link
end

#relation_typeObject

Returns the value of attribute relation_type.



4
5
6
# File 'app/models/related_object_link.rb', line 4

def relation_type
  @relation_type
end