Class: Sdp::Coverage::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- Sdp::Coverage::Endpoint
- Defined in:
- lib/sdp/coverage.rb
Overview
method/path identify the operation; success_status is the documented success response; reads maps a navigation path inside the success schema to the camelCase fields our structs read at that node. A “[]” segment descends into array items; the empty path is the schema root.
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#path ⇒ Object
Returns the value of attribute path.
-
#reads ⇒ Object
Returns the value of attribute reads.
-
#success_status ⇒ Object
Returns the value of attribute success_status.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
15 16 17 |
# File 'lib/sdp/coverage.rb', line 15 def method @method end |
#path ⇒ Object
Returns the value of attribute path
15 16 17 |
# File 'lib/sdp/coverage.rb', line 15 def path @path end |
#reads ⇒ Object
Returns the value of attribute reads
15 16 17 |
# File 'lib/sdp/coverage.rb', line 15 def reads @reads end |
#success_status ⇒ Object
Returns the value of attribute success_status
15 16 17 |
# File 'lib/sdp/coverage.rb', line 15 def success_status @success_status end |