class CoachClient::NotConfirmed

Returns the error for partnerships that could not be confirmed.

Attributes

partnership[R]

Returns the partnership that encountered the error.

@return [CoachClient::Partnership]

Public Class Methods

new(partnership) click to toggle source

@param [CoachClient::Partnership] partnership @return [CoachClient::NotConfirmed]

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