Method: When::TM::ReferenceSystem#name

Defined in:
lib/when_exe/tmreference.rb

#nameWhen::RS::Identifier

時間参照系を識別する名称

Name by which the temporal reference system is known



68
69
70
# File 'lib/when_exe/tmreference.rb', line 68

def name
  @name ||= When::RS::Identifier.new(label, @version, @remarks)
end