Class: TurboRex::MSRPC::RPCFinder::MemoryFinder::RPC_Interface

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

Overview

Abstract data model for some key rpc structures

Instance Attribute Summary collapse

Instance Attribute Details

#flagsObject

Returns the value of attribute flags.



1155
1156
1157
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1155

def flags
  @flags
end

#interface_idObject

Returns the value of attribute interface_id.



1157
1158
1159
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1157

def interface_id
  @interface_id
end

#interface_typeObject

Returns the value of attribute interface_type.



1156
1157
1158
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1156

def interface_type
  @interface_type
end

#nameObject

Returns the value of attribute name.



1158
1159
1160
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1158

def name
  @name
end

#syntaxObject

Returns the value of attribute syntax.



1159
1160
1161
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1159

def syntax
  @syntax
end