Class: Determinator::Models::Element

Inherits:
Struct
  • Object
show all
Defined in:
lib/determinator/models/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



7
8
9
# File 'lib/determinator/models/base.rb', line 7

def description
  @description
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



7
8
9
# File 'lib/determinator/models/base.rb', line 7

def type
  @type
end