class ValueObject::Base

Rubocop wants me to document you

Attributes

key[R]

Public Class Methods

new(key) click to toggle source
# File lib/value_object/base.rb, line 8
def initialize(key)
  @key = key
end