Class: RASN2::Model::ModelElem
- Inherits:
-
Struct
- Object
- Struct
- RASN2::Model::ModelElem
- Defined in:
- lib/rasn2/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
119 120 121 |
# File 'lib/rasn2/model.rb', line 119 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
119 120 121 |
# File 'lib/rasn2/model.rb', line 119 def name @name end |