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
125 |
# File 'lib/idlc/interfaces.rb', line 125 def dynamic_length?; end |
#fields ⇒ Object
128 |
# File 'lib/idlc/interfaces.rb', line 128 def fields; end |
#length(base) ⇒ Object
119 |
# File 'lib/idlc/interfaces.rb', line 119 def length(base); end |
#max_length ⇒ Object
122 |
# File 'lib/idlc/interfaces.rb', line 122 def max_length; end |
#name ⇒ Object
116 |
# File 'lib/idlc/interfaces.rb', line 116 def name; end |
#value ⇒ Object
133 |
# File 'lib/idlc/interfaces.rb', line 133 def value; end |