Class: Explicit::TestHelper::Response
- Inherits:
-
Data
- Object
- Data
- Explicit::TestHelper::Response
- Defined in:
- lib/explicit/test_helper.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data
4 5 6 |
# File 'lib/explicit/test_helper.rb', line 4 def data @data end |
#status ⇒ Object (readonly)
Returns the value of attribute status
4 5 6 |
# File 'lib/explicit/test_helper.rb', line 4 def status @status end |
Instance Method Details
#dig ⇒ Object
5 |
# File 'lib/explicit/test_helper.rb', line 5 def dig(...) = data.dig(...) |