Class: RASN1::Model::WrapElem

Inherits:
Struct
  • Object
show all
Defined in:
lib/rasn1/model.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#elementObject

Returns the value of attribute element

Returns:

  • (Object)

    the current value of element



94
95
96
# File 'lib/rasn1/model.rb', line 94

def element
  @element
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



94
95
96
# File 'lib/rasn1/model.rb', line 94

def options
  @options
end

Instance Method Details

#nameSymbol

Returns:

  • (Symbol)


96
97
98
# File 'lib/rasn1/model.rb', line 96

def name
  :"#{element.name}_wrapper"
end