Class: XClarityClient::Ffdc

Inherits:
Endpoints::XclarityEndpoint show all
Defined in:
lib/xclarity_client/endpoints/ffdc.rb

Constant Summary collapse

BASE_URI =
'/ffdc/endpoint'.freeze
LIST_NAME =
'ffdcList'.freeze

Instance Attribute Summary collapse

Method Summary

Methods inherited from Endpoints::XclarityEndpoint

#initialize

Methods included from Endpoints::BuildableResourceMixin

#build_resource!, #to_hash

Constructor Details

This class inherits a constructor from XClarityClient::Endpoints::XclarityEndpoint

Instance Attribute Details

#jobURLObject

Returns the value of attribute jobURL.



6
7
8
# File 'lib/xclarity_client/endpoints/ffdc.rb', line 6

def jobURL
  @jobURL
end