Class: ScalarRubyTest::ProblemDetails
- Inherits:
-
Struct
- Object
- Struct
- ScalarRubyTest::ProblemDetails
- Defined in:
- lib/amritk-scalar-test/errors.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#extensions ⇒ Object
Returns the value of attribute extensions.
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
6 7 8 |
# File 'lib/amritk-scalar-test/errors.rb', line 6 def detail @detail end |
#extensions ⇒ Object
Returns the value of attribute extensions
6 7 8 |
# File 'lib/amritk-scalar-test/errors.rb', line 6 def extensions @extensions end |
#instance ⇒ Object
Returns the value of attribute instance
6 7 8 |
# File 'lib/amritk-scalar-test/errors.rb', line 6 def instance @instance end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/amritk-scalar-test/errors.rb', line 6 def status @status end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/amritk-scalar-test/errors.rb', line 6 def title @title end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/amritk-scalar-test/errors.rb', line 6 def type @type end |