class CoachClient::NotProposed

The error for partnerships that could not be proposed.

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::NotProposed]

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