Class: CI::Reporter::TestUtils::Accessor::Error

Inherits:
Struct
  • Object
show all
Defined in:
lib/ci/reporter/test_utils/accessor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#xml ⇒ Object

Returns the value of attribute xml

Returns:

  • (Object) —

    the current value of xml



13
14
15
# File 'lib/ci/reporter/test_utils/accessor.rb', line 13

def xml
  @xml
end

Instance Method Details

#type ⇒ Object



14
15
16
# File 'lib/ci/reporter/test_utils/accessor.rb', line 14

def type
  xml.attributes['type']
end