Class: RASN1::Model::WrapElem
- Inherits:
-
Struct
- Object
- Struct
- RASN1::Model::WrapElem
- Defined in:
- lib/rasn1/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
94 95 96 |
# File 'lib/rasn1/model.rb', line 94 def element @element end |
#options ⇒ Object
Returns the value of attribute options
94 95 96 |
# File 'lib/rasn1/model.rb', line 94 def @options end |
Instance Method Details
#name ⇒ Symbol
96 97 98 |
# File 'lib/rasn1/model.rb', line 96 def name :"#{element.name}_wrapper" end |