Module: Idl::Schema
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/idlc/interfaces.rb
Overview
basic interface for objects that are described with JSON Schema
Instance Method Summary collapse
- #max_val ⇒ Object
- #max_val_known? ⇒ Boolean
- #min_val ⇒ Object
- #min_val_known? ⇒ Boolean
- #to_idl_type ⇒ Object
Instance Method Details
#max_val ⇒ Object
52 |
# File 'lib/idlc/interfaces.rb', line 52 def max_val; end |
#max_val_known? ⇒ Boolean
49 |
# File 'lib/idlc/interfaces.rb', line 49 def max_val_known?; end |
#min_val ⇒ Object
58 |
# File 'lib/idlc/interfaces.rb', line 58 def min_val; end |
#min_val_known? ⇒ Boolean
55 |
# File 'lib/idlc/interfaces.rb', line 55 def min_val_known?; end |
#to_idl_type ⇒ Object
61 |
# File 'lib/idlc/interfaces.rb', line 61 def to_idl_type; end |