class CopyTunerClient::Configuration

def [](option)

Returns:
  • (Object) - the given attribute

Parameters:
  • option (Symbol) -- Key for a given attribute
def [](option)
  send(option)
end