class TurboRex::MSRPC::MIDL::DataType::TypeDefinition
Public Class Methods
new(symbol_name, type_specifier, declarator_list, attributes=[])
click to toggle source
# File lib/turborex/msrpc/midl.rb, line 220 def initialize(symbol_name, type_specifier, declarator_list, attributes=[]) @symbol_name = symbol_name @type_specifier = type_specifier @declarator_list = declarator_list @attributes = attributes end