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
93 94 95 |
# File 'lib/rasn1/model.rb', line 93 def element @element end |
#options ⇒ Object
Returns the value of attribute options
93 94 95 |
# File 'lib/rasn1/model.rb', line 93 def @options end |
Instance Method Details
#name ⇒ String
95 96 97 |
# File 'lib/rasn1/model.rb', line 95 def name "#{element.name}_wrapper" end |