Class: TurboRex::MSRPC::MIDL::DataType

Inherits:
Object
  • Object
show all
Defined in:
lib/turborex/msrpc/midl.rb

Direct Known Subclasses

Array, BaseType, Enum, Pointer, TypeDefinition

Defined Under Namespace

Classes: Array, BaseType, Enum, Pointer, TypeDefinition

Instance Attribute Summary collapse

Instance Attribute Details

#bytesizeObject (readonly)

Returns the value of attribute bytesize.



137
138
139
# File 'lib/turborex/msrpc/midl.rb', line 137

def bytesize
  @bytesize
end

#symbol_nameObject (readonly)

Returns the value of attribute symbol_name.



136
137
138
# File 'lib/turborex/msrpc/midl.rb', line 136

def symbol_name
  @symbol_name
end