Class: RubySMB::Dcerpc::Samr::SamrGetGroupsForUserResponse
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::Dcerpc::Samr::SamrGetGroupsForUserResponse
- Defined in:
- lib/ruby_smb/dcerpc/samr/samr_get_groups_for_user_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.
32 33 34 |
# File 'lib/ruby_smb/dcerpc/samr/samr_get_groups_for_user_response.rb', line 32 def opnum @opnum end |
Instance Method Details
#initialize_instance ⇒ Object
39 40 41 42 |
# File 'lib/ruby_smb/dcerpc/samr/samr_get_groups_for_user_response.rb', line 39 def initialize_instance super @opnum = SAMR_GET_GROUPS_FOR_USER end |