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
104 105 106 |
# File 'lib/rasn1/model.rb', line 104 def element @element end |
#options ⇒ Object
Returns the value of attribute options
104 105 106 |
# File 'lib/rasn1/model.rb', line 104 def end |
Instance Method Details
#name ⇒ Symbol
106 107 108 |
# File 'lib/rasn1/model.rb', line 106 def name :"#{element.name}_wrapper" end |