Class: RASN1::Model::ModelElem
- Inherits:
-
Struct
- Object
- Struct
- RASN1::Model::ModelElem
- Defined in:
- lib/rasn1/model.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
91 92 93 |
# File 'lib/rasn1/model.rb', line 91 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
91 92 93 |
# File 'lib/rasn1/model.rb', line 91 def name @name end |