Module: Idl::Csr
- Extended by:
- T::Helpers, T::Sig
- Includes:
- Kernel
- Defined in:
- lib/idlc/type.rb,
lib/idlc/interfaces.rb
Instance Method Summary collapse
- #dynamic_length? ⇒ Boolean
- #fields ⇒ Object
- #length(base) ⇒ Object
- #max_length ⇒ Object
- #name ⇒ Object
- #value ⇒ Object
Instance Method Details
#dynamic_length? ⇒ Boolean
129 |
# File 'lib/idlc/interfaces.rb', line 129 def dynamic_length?; end |
#fields ⇒ Object
132 |
# File 'lib/idlc/interfaces.rb', line 132 def fields; end |
#length(base) ⇒ Object
123 |
# File 'lib/idlc/interfaces.rb', line 123 def length(base); end |
#max_length ⇒ Object
126 |
# File 'lib/idlc/interfaces.rb', line 126 def max_length; end |
#name ⇒ Object
120 |
# File 'lib/idlc/interfaces.rb', line 120 def name; end |
#value ⇒ Object
137 |
# File 'lib/idlc/interfaces.rb', line 137 def value; end |