Module: Nylas::Types

Defined in:
lib/nylas/types.rb

Overview

Collection of attribute types

Defined Under Namespace

Classes: BooleanType, DateType, FloatType, HashType, IntegerType, ModelType, StringType, UnixTimestampType, ValueType

Class Method Summary collapse

Class Method Details

.registryObject



6
7
8
# File 'lib/nylas/types.rb', line 6

def self.registry
  @registry ||= Registry.new
end