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



100
101
102
# File 'lib/rasn1/model.rb', line 100

def element
  @element
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



100
101
102
# File 'lib/rasn1/model.rb', line 100

def options
  @options
end

Instance Method Details

#nameSymbol

Returns:

  • (Symbol)


102
103
104
# File 'lib/rasn1/model.rb', line 102

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