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
-
.aliases ⇒ Object
readonly
Returns the value of attribute aliases.
-
.ar_db_schema ⇒ Object
Returns the value of attribute ar_db_schema.
-
.comp_type_map ⇒ Object
Returns the value of attribute comp_type_map.
-
.contract_switch ⇒ Object
readonly
Returns the value of attribute contract_switch.
-
.deferred ⇒ Object
Returns the value of attribute deferred.
-
.dep_types ⇒ Object
Returns the value of attribute dep_types.
-
.info ⇒ Object
Returns the value of attribute info.
-
.parser ⇒ Object
readonly
Returns the value of attribute parser.
-
.parser_cache ⇒ Object
Returns the value of attribute parser_cache.
-
.seq_db_schema ⇒ Object
Returns the value of attribute seq_db_schema.
-
.special_types ⇒ Object
readonly
Returns the value of attribute special_types.
-
.to_do_at ⇒ Object
Returns the value of attribute to_do_at.
-
.to_typecheck ⇒ Object
Returns the value of attribute to_typecheck.
-
.to_wrap ⇒ Object
Returns the value of attribute to_wrap.
-
.type_params ⇒ Object
Returns the value of attribute type_params.
-
.types ⇒ Object
readonly
Returns the value of attribute types.
-
.wrap_switch ⇒ Object
readonly
Returns the value of attribute wrap_switch.
-
.wrapped_calls ⇒ Object
Returns the value of attribute wrapped_calls.
Class Attribute Details
.aliases ⇒ Object (readonly)
Returns the value of attribute aliases.
75 76 77 |
# File 'lib/rdl/boot.rb', line 75 def aliases @aliases end |
.ar_db_schema ⇒ Object
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_map ⇒ Object
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_switch ⇒ Object (readonly)
Returns the value of attribute contract_switch.
97 98 99 |
# File 'lib/rdl/boot.rb', line 97 def contract_switch @contract_switch end |
.deferred ⇒ Object
Returns the value of attribute deferred.
79 80 81 |
# File 'lib/rdl/boot.rb', line 79 def deferred @deferred end |
.dep_types ⇒ Object
Returns the value of attribute dep_types.
80 81 82 |
# File 'lib/rdl/boot.rb', line 80 def dep_types @dep_types end |
.info ⇒ Object
Returns the value of attribute info.
72 73 74 |
# File 'lib/rdl/boot.rb', line 72 def info @info end |
.parser ⇒ Object (readonly)
Returns the value of attribute parser.
142 143 144 |
# File 'lib/rdl/boot.rb', line 142 def parser @parser end |
.parser_cache ⇒ Object
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_schema ⇒ Object
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_types ⇒ Object (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_at ⇒ Object
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_typecheck ⇒ Object
Returns the value of attribute to_typecheck.
77 78 79 |
# File 'lib/rdl/boot.rb', line 77 def to_typecheck @to_typecheck end |
.to_wrap ⇒ Object
Returns the value of attribute to_wrap.
76 77 78 |
# File 'lib/rdl/boot.rb', line 76 def to_wrap @to_wrap end |
.type_params ⇒ Object
Returns the value of attribute type_params.
74 75 76 |
# File 'lib/rdl/boot.rb', line 74 def type_params @type_params end |
.types ⇒ Object (readonly)
Returns the value of attribute types.
144 145 146 |
# File 'lib/rdl/boot.rb', line 144 def types @types end |
.wrap_switch ⇒ Object (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_calls ⇒ Object
Returns the value of attribute wrapped_calls.
73 74 75 |
# File 'lib/rdl/boot.rb', line 73 def wrapped_calls @wrapped_calls end |