Class: TurboRex::MSRPC::MIDL::DataType
- Inherits:
-
Object
- Object
- TurboRex::MSRPC::MIDL::DataType
- Defined in:
- lib/turborex/msrpc/midl.rb
Direct Known Subclasses
Defined Under Namespace
Classes: Array, BaseType, Enum, Pointer, TypeDefinition
Instance Attribute Summary collapse
-
#bytesize ⇒ Object
readonly
Returns the value of attribute bytesize.
-
#symbol_name ⇒ Object
readonly
Returns the value of attribute symbol_name.
Instance Attribute Details
#bytesize ⇒ Object (readonly)
Returns the value of attribute bytesize.
137 138 139 |
# File 'lib/turborex/msrpc/midl.rb', line 137 def bytesize @bytesize end |
#symbol_name ⇒ Object (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 |