Module: RDL::Globals

Defined in:
lib/rdl/boot.rb,
lib/rdl/boot.rb

Constant Summary collapse

FIXBIG_VERSIONS =
['>= 2.0.0', '< 2.4.0']

Class Attribute Summary collapse

Class Attribute Details

.aliasesObject (readonly)

Returns the value of attribute aliases.



75
76
77
# File 'lib/rdl/boot.rb', line 75

def aliases
  @aliases
end

.ar_db_schemaObject

Returns the value of attribute ar_db_schema.



82
83
84
# File 'lib/rdl/boot.rb', line 82

def ar_db_schema
  @ar_db_schema
end

.comp_type_mapObject

Returns the value of attribute comp_type_map.



81
82
83
# File 'lib/rdl/boot.rb', line 81

def comp_type_map
  @comp_type_map
end

.contract_switchObject (readonly)

Returns the value of attribute contract_switch.



97
98
99
# File 'lib/rdl/boot.rb', line 97

def contract_switch
  @contract_switch
end

.deferredObject

Returns the value of attribute deferred.



79
80
81
# File 'lib/rdl/boot.rb', line 79

def deferred
  @deferred
end

.dep_typesObject

Returns the value of attribute dep_types.



80
81
82
# File 'lib/rdl/boot.rb', line 80

def dep_types
  @dep_types
end

.infoObject

Returns the value of attribute info.



72
73
74
# File 'lib/rdl/boot.rb', line 72

def info
  @info
end

.parserObject (readonly)

Returns the value of attribute parser.



142
143
144
# File 'lib/rdl/boot.rb', line 142

def parser
  @parser
end

.parser_cacheObject

Returns the value of attribute parser_cache.



143
144
145
# File 'lib/rdl/boot.rb', line 143

def parser_cache
  @parser_cache
end

.seq_db_schemaObject

Returns the value of attribute seq_db_schema.



83
84
85
# File 'lib/rdl/boot.rb', line 83

def seq_db_schema
  @seq_db_schema
end

.special_typesObject (readonly)

Returns the value of attribute special_types.



145
146
147
# File 'lib/rdl/boot.rb', line 145

def special_types
  @special_types
end

.to_do_atObject

Returns the value of attribute to_do_at.



78
79
80
# File 'lib/rdl/boot.rb', line 78

def to_do_at
  @to_do_at
end

.to_typecheckObject

Returns the value of attribute to_typecheck.



77
78
79
# File 'lib/rdl/boot.rb', line 77

def to_typecheck
  @to_typecheck
end

.to_wrapObject

Returns the value of attribute to_wrap.



76
77
78
# File 'lib/rdl/boot.rb', line 76

def to_wrap
  @to_wrap
end

.type_paramsObject

Returns the value of attribute type_params.



74
75
76
# File 'lib/rdl/boot.rb', line 74

def type_params
  @type_params
end

.typesObject (readonly)

Returns the value of attribute types.



144
145
146
# File 'lib/rdl/boot.rb', line 144

def types
  @types
end

.wrap_switchObject (readonly)

Returns the value of attribute wrap_switch.



96
97
98
# File 'lib/rdl/boot.rb', line 96

def wrap_switch
  @wrap_switch
end

.wrapped_callsObject

Returns the value of attribute wrapped_calls.



73
74
75
# File 'lib/rdl/boot.rb', line 73

def wrapped_calls
  @wrapped_calls
end