Class: XClarityClient::Ffdc
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::Ffdc
- Defined in:
- lib/xclarity_client/endpoints/ffdc.rb
Constant Summary collapse
- BASE_URI =
'/ffdc/endpoint'.freeze
- LIST_NAME =
'ffdcList'.freeze
Instance Attribute Summary collapse
-
#jobURL ⇒ Object
Returns the value of attribute jobURL.
Method Summary
Methods inherited from Endpoints::XclarityEndpoint
Methods included from Endpoints::BuildableResourceMixin
Constructor Details
This class inherits a constructor from XClarityClient::Endpoints::XclarityEndpoint
Instance Attribute Details
#jobURL ⇒ Object
Returns the value of attribute jobURL.
6 7 8 |
# File 'lib/xclarity_client/endpoints/ffdc.rb', line 6 def jobURL @jobURL end |