Class: Explicit::TestHelper::Response

Inherits:
Data
  • Object
show all
Defined in:
lib/explicit/test_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



4
5
6
# File 'lib/explicit/test_helper.rb', line 4

def data
  @data
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



4
5
6
# File 'lib/explicit/test_helper.rb', line 4

def status
  @status
end

Instance Method Details

#digObject



5
# File 'lib/explicit/test_helper.rb', line 5

def dig(...) = data.dig(...)