class TeamSpeak3::Exceptions::InvalidTargetType

Attributes

target_type[R]

Public Class Methods

new(target_type) click to toggle source
# File lib/exceptions/invalid_target_type.rb, line 6
def initialize(target_type)
  @target_type = target_type
  @message = "Invalid target type '#{target_type}'."
end