Class: RASN2::Model::WrapElem
- Inherits:
-
Struct
- Object
- Struct
- RASN2::Model::WrapElem
- Defined in:
- lib/rasn2/model.rb
Instance Attribute Summary collapse
-
#element ⇒ Object
Returns the value of attribute element.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#element ⇒ Object
Returns the value of attribute element
122 123 124 |
# File 'lib/rasn2/model.rb', line 122 def element @element end |
#options ⇒ Object
Returns the value of attribute options
122 123 124 |
# File 'lib/rasn2/model.rb', line 122 def @options end |
Instance Method Details
#name ⇒ Symbol
124 125 126 |
# File 'lib/rasn2/model.rb', line 124 def name :"#{element.name}_wrapper" end |