class LunaPark::Values::Compound

Public Class Methods

new(attrs = {}) click to toggle source
# File lib/luna_park/values/compound.rb, line 13
def initialize(attrs = {})
  set_attributes attrs
end

Public Instance Methods

==(_other) click to toggle source

@abstract

# File lib/luna_park/values/compound.rb, line 20
def ==(_other)
  raise Errors::AbstractMethod
end