Class: TurboRex::MSRPC::MIDL::DataType::Enum
- Inherits:
-
TurboRex::MSRPC::MIDL::DataType
- Object
- TurboRex::MSRPC::MIDL::DataType
- TurboRex::MSRPC::MIDL::DataType::Enum
- Defined in:
- lib/turborex/msrpc/midl.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#member ⇒ Object
readonly
Returns the value of attribute member.
Attributes inherited from TurboRex::MSRPC::MIDL::DataType
Instance Method Summary collapse
-
#initialize(symbol_name, *member) ⇒ Enum
constructor
A new instance of Enum.
Constructor Details
#initialize(symbol_name, *member) ⇒ Enum
Returns a new instance of Enum.
212 213 214 215 216 |
# File 'lib/turborex/msrpc/midl.rb', line 212 def initialize(symbol_name, *member) @symbol_name = symbol_name @member = member @attributes = [] end |
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
209 210 211 |
# File 'lib/turborex/msrpc/midl.rb', line 209 def attributes @attributes end |
#member ⇒ Object (readonly)
Returns the value of attribute member.
210 211 212 |
# File 'lib/turborex/msrpc/midl.rb', line 210 def member @member end |