class GlobalRegistryModels::Entity::EnumValueBase
Public Class Methods
identifying_attributes()
click to toggle source
# File lib/global_registry_models/entity/enum_value.rb, line 11 def self.identifying_attributes [:enum_value] end
new(enum_value)
click to toggle source
# File lib/global_registry_models/entity/enum_value.rb, line 7 def initialize(enum_value) self.enum_value = enum_value end
Public Instance Methods
to_s()
click to toggle source
# File lib/global_registry_models/entity/enum_value.rb, line 15 def to_s enum_value end