Class: Covalence::Environment

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Validations
Defined in:
lib/covalence/core/entities/environment.rb

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}, *args) ⇒ Environment

Returns a new instance of Environment.



19
20
21
22
# File 'lib/covalence/core/entities/environment.rb', line 19

def initialize(attributes = {}, *args)
  super
  self.valid?
end