Class: RubySMB::Dcerpc::Samr::SamrSetInformationUser2Response
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::Dcerpc::Samr::SamrSetInformationUser2Response
- Defined in:
- lib/ruby_smb/dcerpc/samr/samr_set_information_user2_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.
7 8 9 |
# File 'lib/ruby_smb/dcerpc/samr/samr_set_information_user2_response.rb', line 7 def opnum @opnum end |
Instance Method Details
#initialize_instance ⇒ Object
13 14 15 16 |
# File 'lib/ruby_smb/dcerpc/samr/samr_set_information_user2_response.rb', line 13 def initialize_instance super @opnum = SAMR_SET_INFORMATION_USER2 end |