Class: LunaPark::Values::Compound

Inherits:
Object
  • Object
show all
Extended by:
Extensions::Wrappable
Includes:
Extensions::Attributable
Defined in:
lib/luna_park/values/compound.rb

Direct Known Subclasses

Notifiers::TaggedLog::Options, Attributable

Instance Method Summary collapse

Methods included from Extensions::Wrappable

wrap

Constructor Details

#initialize(attrs = {}) ⇒ Compound

Returns a new instance of Compound.



13
14
15
# File 'lib/luna_park/values/compound.rb', line 13

def initialize(attrs = {})
  set_attributes attrs
end

Instance Method Details

#==(_other) ⇒ Object

This method is abstract.


20
21
22
# File 'lib/luna_park/values/compound.rb', line 20

def ==(_other)
  raise Errors::AbstractMethod
end