Class: ScalarRubyTest::ProblemDetails

Inherits:
Struct
  • Object
show all
Defined in:
lib/amritk-scalar-test/errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



6
7
8
# File 'lib/amritk-scalar-test/errors.rb', line 6

def detail
  @detail
end

#extensionsObject

Returns the value of attribute extensions

Returns:

  • (Object)

    the current value of extensions



6
7
8
# File 'lib/amritk-scalar-test/errors.rb', line 6

def extensions
  @extensions
end

#instanceObject

Returns the value of attribute instance

Returns:

  • (Object)

    the current value of instance



6
7
8
# File 'lib/amritk-scalar-test/errors.rb', line 6

def instance
  @instance
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/amritk-scalar-test/errors.rb', line 6

def status
  @status
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



6
7
8
# File 'lib/amritk-scalar-test/errors.rb', line 6

def title
  @title
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



6
7
8
# File 'lib/amritk-scalar-test/errors.rb', line 6

def type
  @type
end