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
97 98 99 |
# File 'lib/rasn1/model.rb', line 97 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
97 98 99 |
# File 'lib/rasn1/model.rb', line 97 def name @name end |