Class: RASN1::Model::ModelElem

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

Overview

Since:

  • 0.17 block notation

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



122
123
124
# File 'lib/rasn1/model.rb', line 122

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



122
123
124
# File 'lib/rasn1/model.rb', line 122

def name
  @name
end