Class: Opencdd::Entity::Dates

Inherits:
Struct
  • Object
show all
Defined in:
lib/opencdd/entity.rb

Overview

── Computed field with custom block ────────────────────────

Instance Attribute Summary collapse

Instance Attribute Details

#current_revisionObject

Returns the value of attribute current_revision

Returns:

  • (Object)

    the current value of current_revision



156
157
158
# File 'lib/opencdd/entity.rb', line 156

def current_revision
  @current_revision
end

#current_versionObject

Returns the value of attribute current_version

Returns:

  • (Object)

    the current value of current_version



156
157
158
# File 'lib/opencdd/entity.rb', line 156

def current_version
  @current_version
end

#original_definitionObject

Returns the value of attribute original_definition

Returns:

  • (Object)

    the current value of original_definition



156
157
158
# File 'lib/opencdd/entity.rb', line 156

def original_definition
  @original_definition
end