Class: RubySMB::Dcerpc::Svcctl::QueryServiceConfigWResponse
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::Dcerpc::Svcctl::QueryServiceConfigWResponse
- Defined in:
- lib/ruby_smb/dcerpc/svcctl/query_service_config_w_response.rb
Overview
Instance Attribute Summary collapse
-
#opnum ⇒ Object
readonly
Returns the value of attribute opnum.
Instance Method Summary collapse
Instance Attribute Details
#opnum ⇒ Object (readonly)
Returns the value of attribute opnum.
28 29 30 |
# File 'lib/ruby_smb/dcerpc/svcctl/query_service_config_w_response.rb', line 28 def opnum @opnum end |
Instance Method Details
#initialize_instance ⇒ Object
36 37 38 39 |
# File 'lib/ruby_smb/dcerpc/svcctl/query_service_config_w_response.rb', line 36 def initialize_instance super @opnum = QUERY_SERVICE_CONFIG_W end |