class CoachClient::IncompleteInformation

The error for missing informations of a resource.

Attributes

resource[R]

Returns the resource that encountered the error.

@return [CoachClient::Resource]

Public Class Methods

new(resource) click to toggle source

@param [CoachClient::Resource] resource @return [CoachClient::IncompleteInformation]

# File lib/coach_client/exceptions.rb, line 73
def initialize(resource)
  @resource = resource
end