Method: SimpleAMS::Document::PrimaryId#value

Defined in:
lib/simple_ams/document/primary_id.rb

#valueObject



9
10
11
12
13
14
15
# File 'lib/simple_ams/document/primary_id.rb', line 9

def value
  if @options.serializer.respond_to?(name)
    @options.serializer.send(name)
  else
    @options.resource.send(name)
  end
end