lib/nylas/web_page.rb in nylas-4.0.0.rc2 vs lib/nylas/web_page.rb in nylas-4.0.0.rc3

- old
+ new

@@ -4,11 +4,6 @@ class WebPage include Model::Attributable attribute :type, :string attribute :url, :string end - - # Serializes, Deserializes between {WebPage} objects and a {Hash} - class WebPageType < Types::HashType - casts_to WebPage - end end