class TeamSpeak3::Exceptions::InvalidTarget

Attributes

target[R]

Public Class Methods

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