From 8ec3be64b96d2d9bc77ddfb6638a6b3d3587a063 Mon Sep 17 00:00:00 2001 From: Graham Rogers Date: Fri, 17 May 2024 21:31:23 +0100 Subject: [PATCH] Fix Mapper.attribute's type param documentation (#39) --- lib/shale/mapper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shale/mapper.rb b/lib/shale/mapper.rb index 4e8e208..59eb81d 100644 --- a/lib/shale/mapper.rb +++ b/lib/shale/mapper.rb @@ -144,7 +144,7 @@ def model(klass = nil) # Define attribute on class # # @param [Symbol] name Name of the attribute - # @param [Shale::Type::Value] type Type of the attribute + # @param [Class] type Type of the attribute # @param [Boolean] collection Is the attribute a collection # @param [Proc] default Default value for the attribute #