Class: Id::Model::TypeCasts::Identity

Inherits:
Cast
  • Object
show all
Defined in:
lib/id/model/type_casts.rb

Instance Method Summary collapse

Methods inherited from Cast

#conversion, #initialize, #type

Constructor Details

This class inherits a constructor from Id::Model::TypeCasts::Cast

Instance Method Details

#castObject



50
51
52
# File 'lib/id/model/type_casts.rb', line 50

def cast
  value
end