Class: TurboRex::MSRPC::RPCFinder::MemoryFinder::RPC_Interface
- Inherits:
-
Object
- Object
- TurboRex::MSRPC::RPCFinder::MemoryFinder::RPC_Interface
- Defined in:
- lib/turborex/msrpc/rpcfinder.rb
Overview
Abstract data model for some key rpc structures
Instance Attribute Summary collapse
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#interface_id ⇒ Object
Returns the value of attribute interface_id.
-
#interface_type ⇒ Object
Returns the value of attribute interface_type.
-
#name ⇒ Object
Returns the value of attribute name.
-
#syntax ⇒ Object
Returns the value of attribute syntax.
Instance Attribute Details
#flags ⇒ Object
Returns the value of attribute flags.
1155 1156 1157 |
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1155 def flags @flags end |
#interface_id ⇒ Object
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_type ⇒ Object
Returns the value of attribute interface_type.
1156 1157 1158 |
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1156 def interface_type @interface_type end |
#name ⇒ Object
Returns the value of attribute name.
1158 1159 1160 |
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1158 def name @name end |
#syntax ⇒ Object
Returns the value of attribute syntax.
1159 1160 1161 |
# File 'lib/turborex/msrpc/rpcfinder.rb', line 1159 def syntax @syntax end |